]> Dogcows Code - chaz/openbox/commitdiff
remove unused variable
authorDana Jansens <danakj@orodu.net>
Thu, 26 Jun 2003 07:07:59 +0000 (07:07 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 26 Jun 2003 07:07:59 +0000 (07:07 +0000)
openbox/menu.c

index 8f7c8b6cb301277a81c96e31806a67c3da57ca63..15a6cc502964168fc5338ebf4c3072d59a100516 100644 (file)
@@ -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);
This page took 0.021975 seconds and 4 git commands to generate.