aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-02 15:49:20 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-02 21:20:09 +0100
commitc44f18b0c4fff5122c683c108cd831ece1c46049 (patch)
treeea9f318cbd067b1aca835b5597c1e2859d22750f /text.h
parent11461b6fd50c1b1cd1e0a0c981d1b6b0c8bbc07e (diff)
downloadvis-c44f18b0c4fff5122c683c108cd831ece1c46049.tar.gz
vis-c44f18b0c4fff5122c683c108cd831ece1c46049.tar.xz
Rip out insertion repeating infrastructure
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/text.h b/text.h
index df6167c..5156d84 100644
--- a/text.h
+++ b/text.h
@@ -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);