aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-04-12 08:10:30 +1000
committerZufu Liu <unknown>2019-04-12 08:10:30 +1000
commita20a9100b9b76caa23bd3889e13bde87e86cdbb7 (patch)
tree51a695cc89603889e8978c9aa60593d459e731ae /src
parente536b61148c007c306bdedbea55000f8eb152884 (diff)
downloadscintilla-mirror-a20a9100b9b76caa23bd3889e13bde87e86cdbb7.tar.gz
Bug [#2093]. Remove restrictions on IME input length.
Diffstat (limited to 'src')
-rw-r--r--src/ScintillaBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h
index 39fb9d411..f03d1c090 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -32,8 +32,6 @@ protected:
idcmdSelectAll=16
};
- enum { maxLenInputIME = 200 };
-
int displayPopupMenu;
Menu popup;
AutoComplete ac;