diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-08-14 21:26:50 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-08-14 21:26:50 +0200 |
| commit | 9fc353f2f17d2191cccb53af390328aeb61eefb9 (patch) | |
| tree | 7f41f77764b286967b7a77f23a910d7c80f777e5 /text.h | |
| parent | 46f786c23dbf1cd6c179903cab42c4f3c024710c (diff) | |
| download | vis-9fc353f2f17d2191cccb53af390328aeb61eefb9.tar.gz vis-9fc353f2f17d2191cccb53af390328aeb61eefb9.tar.xz | |
Remove useless replace API
The removed junk might not have the same length as the newly inserted one.
Diffstat (limited to 'text.h')
| -rw-r--r-- | text.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ const char *text_filename(Text*); bool text_insert(Text*, size_t pos, const char *data); bool text_insert_raw(Text*, size_t pos, const char *data, size_t len); bool text_delete(Text*, size_t pos, size_t len); -bool text_replace(Text*, size_t pos, const char *data); -bool text_replace_raw(Text*, size_t pos, const char *data, size_t len); void text_snapshot(Text*); bool text_undo(Text*); bool text_redo(Text*); |
