aboutsummaryrefslogtreecommitdiff
path: root/src/sc_parse.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-09-13 10:33:53 +0200
committerThomas White <taw@bitwiz.org.uk>2016-09-13 10:33:53 +0200
commitbfea1928198dc7afd42cca5e3e7b4028325dfdff (patch)
treefb9817acce9b947d08908ade9f018b004407260b /src/sc_parse.h
parent49bdd47afa1c174c751532dc8a5f01dd8d27914e (diff)
Fix text deletion
Offsets are all bytes, now.
Diffstat (limited to 'src/sc_parse.h')
-rw-r--r--src/sc_parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index c9150eb..2d8b0d7 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -65,7 +65,6 @@ extern void sc_block_set_options(SCBlock *bl, char *opt);
extern void sc_block_set_contents(SCBlock *bl, char *con);
extern void sc_insert_text(SCBlock *b1, size_t o1, const char *t);
extern void sc_insert_block(SCBlock *b1, int o1, SCBlock *ins);
-extern void sc_delete_text(SCBlock *b1, int o1, SCBlock *b2, int o2);
extern SCBlock *sc_block_split(SCBlock *bl, size_t pos);
extern void show_sc_blocks(const SCBlock *bl);