From: Dana Jansens Date: Sat, 2 Feb 2008 16:38:00 +0000 (-0500) Subject: unused var X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=f740f47e772d4fd465c32d3c61a4953df3d2171f;p=chaz%2Fopenbox unused var --- diff --git a/openbox/keyboard.c b/openbox/keyboard.c index cf1bc55f..02ae6a30 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -277,7 +277,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 */