aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-05-03 18:00:52 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-05-03 18:00:52 +0200
commit71eab6d5d72145f17ab3d4c87945ac12176ae8e9 (patch)
tree333c473d5bd8448befdd9342de91232418a22ed2 /text.h
parent3c3214752b76c26d5503d7c88e6ec8505e338639 (diff)
downloadvis-71eab6d5d72145f17ab3d4c87945ac12176ae8e9.tar.gz
vis-71eab6d5d72145f17ab3d4c87945ac12176ae8e9.tar.xz
text: remove text_history_get function
As currently implemented this does not properly integrate with multiple cursor support. The functionality should be provided in a layer higher up. The jumplist and changelist need to be redesigned, for now they are broken.
Diffstat (limited to 'text.h')
-rw-r--r--text.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/text.h b/text.h
index 99d1709..e76ad5b 100644
--- a/text.h
+++ b/text.h
@@ -357,7 +357,4 @@ ssize_t text_write_range(Text*, Filerange*, int fd);
bool text_mmaped(Text*, const char *ptr);
/** @} */
-/* get position of change denoted by index, where 0 indicates the most recent */
-size_t text_history_get(Text*, size_t index);
-
#endif