remove old code

This commit is contained in:
Glenn Maynard
2005-11-23 16:11:28 +00:00
parent b17cfcb0eb
commit df8b9f681b
-7
View File
@@ -1412,13 +1412,6 @@ void HandleInputEvents(float fDeltaTime)
}
}
// HACK: Numlock is read is being pressed if the NumLock light is on.
// Filter out all NumLock repeat messages
/* XXX: Is this still needed? If so, it should probably be done in the
* affected input driver. */
// if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == KEY_NUMLOCK && type != IET_FIRST_PRESS )
// continue; // skip
if( HandleGlobalInputs(input) )
continue; // skip