aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-09-05 11:41:24 +0000
committernyamatongwe <devnull@localhost>2000-09-05 11:41:24 +0000
commitbb2712c21b30188edbe6ce5f2542675d69cda4f8 (patch)
tree6f831f292701132c3dffeec46e89613d4c7eb461
parent89bc7ee98eea2a71464eb8018e1549f1ecd097ae (diff)
downloadscintilla-mirror-bb2712c21b30188edbe6ce5f2542675d69cda4f8.tar.gz
Removed testing code for assert call.
-rw-r--r--win32/ScintillaWin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx
index 3ac668240..dfb53a825 100644
--- a/win32/ScintillaWin.cxx
+++ b/win32/ScintillaWin.cxx
@@ -264,7 +264,7 @@ static int InputCodePage() {
// Map the key codes to their equivalent SCK_ form
static int KeyTranslate(int keyIn) {
-assert(!keyIn);
+//assert(!keyIn);
switch (keyIn) {
case VK_DOWN: return SCK_DOWN;
case VK_UP: return SCK_UP;