From 82c9555020db157a7c2c0624805f8fd09dfc7b7c Mon Sep 17 00:00:00 2001 From: Diego Nieto Cid Date: Wed, 6 Apr 2011 17:33:12 -0300 Subject: Cleanup. --- console-client/xkb/xkbtimer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'console-client/xkb/xkbtimer.c') diff --git a/console-client/xkb/xkbtimer.c b/console-client/xkb/xkbtimer.c index c842d188..7621af72 100644 --- a/console-client/xkb/xkbtimer.c +++ b/console-client/xkb/xkbtimer.c @@ -24,9 +24,6 @@ #include "xkb.h" #include -/* Timer used to time key controls. */ -//static struct timer_list key_timer; - /* For key repeat. */ static int key_delay = 0; static int key_repeat = 0; @@ -48,6 +45,7 @@ enum timer_status timer_repeating }; +/* Timer used to time key controls. */ static struct per_key_timer { /* Used for slowkeys and repeat. */ -- cgit v1.2.3