summaryrefslogtreecommitdiff
path: root/src/textbuf_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-08-05 20:35:31 +0000
committermichi_cc <michi_cc@openttd.org>2013-08-05 20:35:31 +0000
commit76367f6bf1b5b459c9a15faa0cc0ea1dab191c6f (patch)
treeda45ccb0547732c9ff21f670971d5e7979c38f8c /src/textbuf_type.h
parente7dc14b25af4b2802a956dd1cd99c187fb4acb56 (diff)
downloadopenttd-76367f6bf1b5b459c9a15faa0cc0ea1dab191c6f.tar.xz
(svn r25653) -Add: Caret movement by words for CJK languages.
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();