remove unused variable

This commit is contained in:
Dana Jansens 2003-06-26 07:07:59 +00:00
parent ba76ffaa2b
commit 0443796e40

View 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);