aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-07-06 19:58:57 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-07-06 19:58:57 +0200
commit071b5f3c94c4b157a153586b087229f9e6b465d3 (patch)
treeacd7a2e5c7ef332a004d6d825a2a26e197ae0ee1 /text.h
parent913d767475110bd73ce4fe772ff2444004b8f359 (diff)
downloadvis-071b5f3c94c4b157a153586b087229f9e6b465d3.tar.gz
vis-071b5f3c94c4b157a153586b087229f9e6b465d3.tar.xz
text: remove text_load_fd and text_fd_get
Diffstat (limited to 'text.h')
-rw-r--r--text.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/text.h b/text.h
index 2c847d1..725fa26 100644
--- a/text.h
+++ b/text.h
@@ -35,10 +35,6 @@ typedef struct {
text_iterator_next(&it))
Text *text_load(const char *file);
-Text *text_load_fd(int fd);
-/* return the fd from which this text was loaded or -1 if it was
- * loaded from a filename */
-int text_fd_get(Text*);
bool text_insert(Text*, size_t pos, const char *data, size_t len);
bool text_delete(Text*, size_t pos, size_t len);
void text_snapshot(Text*);