JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updated dwm(1)
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 66cbcbd..f1d59f9 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1491,8 +1491,6 @@ setup(void) {
        wa.background_pixmap = ParentRelative;
        wa.event_mask = ButtonPressMask|ExposureMask;
 
-
-
        barwin = XCreateWindow(dpy, root, bx, by, bw, bh, 0, DefaultDepth(dpy, screen),
                                CopyFromParent, DefaultVisual(dpy, screen),
                                CWOverrideRedirect|CWBackPixmap|CWEventMask, &wa);