summaryrefslogtreecommitdiff
path: root/src/textbuf_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2013-08-05 20:35:35 +0000
committermichi_cc <michi_cc@openttd.org>2013-08-05 20:35:35 +0000
commita31be4ce1152ec7f7819c657dffcdb83673a4000 (patch)
tree98adbfff1498cb9d76db56312d7a10b7c9cc98fd /src/textbuf_type.h
parent76367f6bf1b5b459c9a15faa0cc0ea1dab191c6f (diff)
downloadopenttd-a31be4ce1152ec7f7819c657dffcdb83673a4000.tar.xz
(svn r25654) -Fix: Improve character and word deletion for CJK languages and complex scripts.
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();