diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-01-02 15:49:20 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-01-02 21:20:09 +0100 |
| commit | c44f18b0c4fff5122c683c108cd831ece1c46049 (patch) | |
| tree | ea9f318cbd067b1aca835b5597c1e2859d22750f /text.h | |
| parent | 11461b6fd50c1b1cd1e0a0c981d1b6b0c8bbc07e (diff) | |
| download | vis-c44f18b0c4fff5122c683c108cd831ece1c46049.tar.gz vis-c44f18b0c4fff5122c683c108cd831ece1c46049.tar.xz | |
Rip out insertion repeating infrastructure
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ void text_snapshot(Text*); size_t text_undo(Text*); size_t text_redo(Text*); -size_t text_last_insertion(Text*, const char **content); - size_t text_pos_by_lineno(Text*, size_t lineno); size_t text_lineno_by_pos(Text*, size_t pos); |
