summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/menu.c b/openbox/menu.c
index 8f7c8b6c..15a6cc50 100644
--- a/openbox/menu.c
+++ b/openbox/menu.c
@@ -311,8 +311,6 @@ void menu_show_full(Menu *self, int x, int y, Client *client)
self->client = client;
if (!self->shown) {
- GSList *it;
-
if (!self->parent) {
grab_pointer(TRUE, None);
grab_keyboard(TRUE);