From 5b64401bd902fa557e02f3fe16f1ec3d1d7cedc1 Mon Sep 17 00:00:00 2001 From: Diego Nieto Cid Date: Tue, 10 Aug 2010 18:47:17 -0300 Subject: Remove obsolete variable declaration. --- console-client/xkb/xkb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'console-client/xkb') 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); -- cgit v1.2.3