From df8b9f681b5c6346f6bea6a7bf7f38290825826f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Nov 2005 16:11:28 +0000 Subject: [PATCH] remove old code --- stepmania/src/StepMania.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 80bba3c73b..e43fbbf1a9 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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