client: Remove warning

This commit is contained in:
Martin Duquesnoy 2008-10-18 17:40:31 +02:00
parent 31765c6165
commit 17716ae54f

View File

@ -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 {{{ */