summaryrefslogtreecommitdiff
path: root/openbox/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/keyboard.c')
-rw-r--r--openbox/keyboard.c1
1 files changed, 0 insertions, 1 deletions
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 */