aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
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);