summaryrefslogtreecommitdiff
path: root/src/textbuf_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textbuf_type.h')
-rw-r--r--src/textbuf_type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textbuf_type.h b/src/textbuf_type.h
index f5100249c..4d1a926fb 100644
--- a/src/textbuf_type.h
+++ b/src/textbuf_type.h
@@ -65,8 +65,6 @@ private:
StringIterator *char_iter;
bool CanDelChar(bool backspace);
- WChar GetNextDelChar(bool backspace);
- void DelChar(bool backspace);
void UpdateStringIter();
void UpdateWidth();