remove unused variable

This commit is contained in:
Julien Danjou 2008-01-06 21:50:03 +01:00
parent d2a682c2a0
commit 3badaee8c7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ handle_event_configurerequest(XEvent * e)
Client *c;
XConfigureRequestEvent *ev = &e->xconfigurerequest;
XWindowChanges wc;
int old_screen, new_screen;
int old_screen;
Area geometry;
if((c = get_client_bywin(globalconf.clients, ev->window)))