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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/textbuf_type.h b/src/textbuf_type.h
index 611d7e443..f5100249c 100644
--- a/src/textbuf_type.h
+++ b/src/textbuf_type.h
@@ -67,10 +67,6 @@ private:
bool CanDelChar(bool backspace);
WChar GetNextDelChar(bool backspace);
void DelChar(bool backspace);
- bool CanMoveCaretLeft();
- WChar MoveCaretLeft();
- bool CanMoveCaretRight();
- WChar MoveCaretRight();
void UpdateStringIter();
void UpdateWidth();