diff -r 1950833a5614 -r 6283adb1fcf2 event.c --- a/event.c Tue Feb 06 15:29:19 2007 +0100 +++ b/event.c Wed Feb 07 12:37:06 2007 +0100 @@ -308,10 +308,6 @@ if(ev->state == PropertyDelete) return; /* ignore */ if((c = getclient(ev->window))) { - if(ev->atom == wmatom[WMProtocols]) { - c->proto = getproto(c->win); - return; - } switch (ev->atom) { default: break; case XA_WM_TRANSIENT_FOR: