JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tags appear in the left again
[dwm.git] / draw.c
diff --git a/draw.c b/draw.c
index 0ded26b..c7ef7f5 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -150,7 +150,6 @@ drawtitle(Client *c)
        XMapWindow(dpy, c->title);
 
        dc.x = dc.y = 0;
-
        dc.w = 0;
        for(i = 0; i < ntags; i++) {
                if(c->tags[i]) {