Fix compiler warning: unused variable "wakupTime"

Introduced in 458c725129

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2011-08-25 10:58:43 +10:00
parent 4fe1b58c2c
commit 2034e1e264

View File

@@ -1194,7 +1194,6 @@ timerFunc(OsTimerPtr timer, CARD32 now, pointer arg)
struct SynapticsHwState hw;
int delay;
int sigstate;
CARD32 wakeUpTime;
sigstate = xf86BlockSIGIO();