diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-06 17:33:12 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-16 23:45:25 -0300 |
commit | 82c9555020db157a7c2c0624805f8fd09dfc7b7c (patch) | |
tree | a0c8021907daa2cb95aa79791de7684754a775f6 /console-client/xkb/xkbtimer.c | |
parent | aa415b240011948e792de71ee46df1a496a13c57 (diff) |
Cleanup.
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. */ |