summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-02 22:09:52 -0500
committerDana Jansens <danakj@orodu.net>2008-02-02 22:09:52 -0500
commit751f85003f080d79baa2d4b3b989b12a0ee9d469 (patch)
tree5ef1b1be03b8651b7c1c590bc808d41883b6fb85
parent58b3ec41b9a34a81e44855bd7e061a72d8d81a97 (diff)
unused variable
-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 */