Remove a bunch of unused variables and incorrect comments.

"ok with me" okan@.
This commit is contained in:
oga
2008-03-22 14:09:02 +00:00
parent fead0d511f
commit cd46788d85
5 changed files with 10 additions and 53 deletions

View File

@@ -400,7 +400,7 @@ xev_handle_keypress(struct xevent *xev, XEvent *ee)
if (kb == NULL)
goto out;
if ((kb->flags & (KBFLAG_NEEDCLIENT|KBFLAG_FINDCLIENT)) &&
if ((kb->flags & (KBFLAG_NEEDCLIENT)) &&
(cc = client_find(e->window)) == NULL &&
(cc = client_current()) == NULL)
if (kb->flags & KBFLAG_NEEDCLIENT)