diff options
| -rw-r--r-- | openbox/keyboard.c | 1 |
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 */ |
