diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2010-07-31 00:59:33 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-08 14:36:16 -0300 |
commit | cc562f054ceaceb0e1631d50cec03de3c1a9b853 (patch) | |
tree | e4d7157912bb4f00fff5100c1495449da7de4ddd /console-client/xkb/xkbtimer.c | |
parent | 7b249045199afead84aad7a67890abf2523a1b00 (diff) | |
download | hurd-cc562f054ceaceb0e1631d50cec03de3c1a9b853.tar.gz hurd-cc562f054ceaceb0e1631d50cec03de3c1a9b853.tar.bz2 hurd-cc562f054ceaceb0e1631d50cec03de3c1a9b853.zip |
debian patch: 04_cleanups.patch
Diffstat (limited to 'console-client/xkb/xkbtimer.c')
-rw-r--r-- | console-client/xkb/xkbtimer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/console-client/xkb/xkbtimer.c b/console-client/xkb/xkbtimer.c index 4d366de5..c842d188 100644 --- a/console-client/xkb/xkbtimer.c +++ b/console-client/xkb/xkbtimer.c @@ -24,9 +24,6 @@ #include "xkb.h" #include <timer.h> -/* Lock the access to handle_key. */ -static struct mutex *lock_key; - /* Timer used to time key controls. */ //static struct timer_list key_timer; |