From: Dana Jansens Date: Sun, 3 Feb 2008 03:09:52 +0000 (-0500) Subject: unused variable X-Git-Tag: release-3.4.6.1~3^2~3 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=751f85003f080d79baa2d4b3b989b12a0ee9d469;p=dana%2Fopenbox.git unused variable --- diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 82d6dfdc..c23d83e6 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -279,7 +279,6 @@ static void node_rebind(KeyBindingTree *node) } else { /* for leaf nodes, rebind each action assigned to it */ - GSList *it; while (node->actions) { /* add each action, and remove them from the original tree so they don't get free'd on us */