1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-03-25 16:13:14 -07:00

removed an unused var

This commit is contained in:
arg@zarathustra 2006-09-26 17:42:14 +02:00
parent b39d0c521a
commit c9cc2b385a

View file

@ -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))) {