diff --git a/src/client.c b/src/client.c index effc3c6..d802f65 100644 --- a/src/client.c +++ b/src/client.c @@ -302,8 +302,6 @@ client_manage(Window w, XWindowAttributes *wa) void client_moveresize(Client *c, XRectangle geo, bool r) { - Bool d; - if(!c) return; /* Resize hints {{{ */