From bb2712c21b30188edbe6ce5f2542675d69cda4f8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 5 Sep 2000 11:41:24 +0000 Subject: Removed testing code for assert call. --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3