summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-02 11:38:00 -0500
committerDana Jansens <danakj@orodu.net>2008-02-02 11:38:00 -0500
commitf740f47e772d4fd465c32d3c61a4953df3d2171f (patch)
tree8d110e26b25ae82e9f7089d6d6e6d2a9ab358782 /openbox
parent464e4c59cba073a7e8648fe587487c775708f0d7 (diff)
unused var
Diffstat (limited to 'openbox')
-rw-r--r--openbox/keyboard.c1
1 files changed, 0 insertions, 1 deletions
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 */