small change that Smergo will be happy again (I expect)

This commit is contained in:
Anselm R. Garbe 2006-03-11 18:44:16 +01:00
parent d632774b6a
commit 54f234738e
1 changed files with 0 additions and 4 deletions

View File

@ -182,10 +182,6 @@ init_screen()
int
wmii_error_handler(Display *dpy, XErrorEvent *error)
{
Client *c;
if((c = win2client(error->resourceid)))
destroy_client(c);
if(error->error_code == BadWindow
|| (error->request_code == X_SetInputFocus
&& error->error_code == BadMatch)