Removed comment

This commit is contained in:
tomcw
2019-08-24 12:11:09 +01:00
parent 5e9b8fe2ae
commit b488961fca

View File

@@ -1428,7 +1428,6 @@ LRESULT CALLBACK FrameWndProc (
case WM_CHAR:
if ((g_nAppMode == MODE_RUNNING) || (g_nAppMode == MODE_STEPPING) || (g_nAppMode == MODE_LOGO))
{
// Ctrl-1 is NOT handled here but in WM_KEYDOWN
if (!g_bDebuggerEatKey)
{
#if DEBUG_KEY_MESSAGES