event.c
changeset 734 6283adb1fcf2
parent 716 4ce65f61f01b
child 745 cf432071e646
--- 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: