Remove unused variable
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
dfb479b0f5
commit
7fae889888
1
event.c
1
event.c
|
@ -166,7 +166,6 @@ event_handle_configurerequest(XEvent * e)
|
||||||
Client *c;
|
Client *c;
|
||||||
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
||||||
XWindowChanges wc;
|
XWindowChanges wc;
|
||||||
int old_screen;
|
|
||||||
area_t geometry;
|
area_t geometry;
|
||||||
|
|
||||||
if((c = client_get_bywin(globalconf.clients, ev->window)))
|
if((c = client_get_bywin(globalconf.clients, ev->window)))
|
||||||
|
|
Loading…
Reference in New Issue