remove unused variable
This commit is contained in:
parent
ba76ffaa2b
commit
0443796e40
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue