removed an unused var
This commit is contained in:
parent
b39d0c521a
commit
c9cc2b385a
1 changed files with 0 additions and 1 deletions
1
event.c
1
event.c
|
@ -150,7 +150,6 @@ configurerequest(XEvent *e) {
|
|||
unsigned long newmask;
|
||||
Client *c;
|
||||
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
||||
XEvent synev;
|
||||
XWindowChanges wc;
|
||||
|
||||
if((c = getclient(ev->window))) {
|
||||
|
|
Loading…
Reference in a new issue