This commit is contained in:
okan
2009-06-20 00:19:56 +00:00
parent ee59e4a5a1
commit 18c7d89c98
2 changed files with 0 additions and 4 deletions

View File

@@ -166,7 +166,6 @@ client_delete(struct client_ctx *cc)
}
client_freehints(cc);
xfree(cc);
return (0);
@@ -439,7 +438,6 @@ client_update(struct client_ctx *cc)
void
client_send_delete(struct client_ctx *cc)
{
if (cc->xproto & CLIENT_PROTO_DELETE)
xu_sendmsg(cc, WM_PROTOCOLS, WM_DELETE_WINDOW);
else