projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba76ffa
)
remove unused variable
author
Dana Jansens
<danakj@orodu.net>
Thu, 26 Jun 2003 07:07:59 +0000
(07:07 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 26 Jun 2003 07:07:59 +0000
(07:07 +0000)
openbox/menu.c
patch
|
blob
|
history
diff --git
a/openbox/menu.c
b/openbox/menu.c
index 8f7c8b6cb301277a81c96e31806a67c3da57ca63..15a6cc502964168fc5338ebf4c3072d59a100516 100644
(file)
--- 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);