diff options
Diffstat (limited to 'console-client/xkb/xkbtimer.c')
-rw-r--r-- | console-client/xkb/xkbtimer.c | 4 |
1 files changed, 1 insertions, 3 deletions
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.h> -/* 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. */ |