JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
several changes, new stuff
[dwm.git] / event.c
diff --git a/event.c b/event.c
index ccab9d1..344a0cc 100644 (file)
--- a/event.c
+++ b/event.c
@@ -187,7 +187,6 @@ propertynotify(XEvent *e)
                }
                if(ev->atom == XA_WM_NAME || ev->atom == net_atom[NetWMName]) {
                        update_name(c);
-                       /*draw_frame(c->sel);*/
                }
        }
 }