src/video/win32_v.cpp
changeset 7495 3bed6c98b8f3
parent 7491 8eda96f8600a
child 7514 98a024616010
--- a/src/video/win32_v.cpp	Thu Jun 21 16:17:47 2007 +0000
+++ b/src/video/win32_v.cpp	Thu Jun 21 16:53:57 2007 +0000
@@ -826,9 +826,6 @@
 			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) {