(svn r10255) -Codechange: remove some old debug code nobody was using anymore

This commit is contained in:
truelight
2007-06-21 16:53:57 +00:00
parent 66a136be09
commit f58ea51e2a
5 changed files with 1 additions and 42 deletions

View File

@@ -826,9 +826,6 @@ static void Win32GdiMainLoop()
next_tick = cur_ticks + 30;
_ctrl_pressed = _wnd.has_focus && GetAsyncKeyState(VK_CONTROL)<0;
_shift_pressed = _wnd.has_focus && GetAsyncKeyState(VK_SHIFT)<0;
#ifdef _DEBUG
_dbg_screen_rect = _wnd.has_focus && GetAsyncKeyState(VK_CAPITAL)<0;
#endif
// determine which directional keys are down
if (_wnd.has_focus) {