diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2010-08-10 18:47:17 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-08 14:36:19 -0300 |
commit | 5b64401bd902fa557e02f3fe16f1ec3d1d7cedc1 (patch) | |
tree | c3bc17614546276869f9b8826b008876e1779486 | |
parent | 6ed86a3ea0259de74660d7b9546ca9747049b667 (diff) |
Remove obsolete variable declaration.
-rw-r--r-- | console-client/xkb/xkb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c index e84ded06..a3e4c255 100644 --- a/console-client/xkb/xkb.c +++ b/console-client/xkb/xkb.c @@ -901,7 +901,6 @@ action_exec (xkb_action_t *action, keypress_t key) case SA_RedirectKey: { action_redirkey_t *redirkeyac = (action_redirkey_t *) action; - keypress_t key; key.keycode = redirkeyac->newkey & (key.rel ? 0x80:0); |