(svn r10255) -Codechange: remove some old debug code nobody was using anymore
This commit is contained in:
@@ -476,9 +476,6 @@ static void SdlVideoMainLoop()
|
||||
|
||||
_ctrl_pressed = !!(mod & KMOD_CTRL);
|
||||
_shift_pressed = !!(mod & KMOD_SHIFT);
|
||||
#ifdef _DEBUG
|
||||
_dbg_screen_rect = !!(mod & KMOD_CAPS);
|
||||
#endif
|
||||
|
||||
// determine which directional keys are down
|
||||
_dirkeys =
|
||||
|
Reference in New Issue
Block a user