JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed unnecessary border color
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 5efe599..534402c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -217,7 +217,6 @@ main(int argc, char *argv[])
        /* style */
        dc.bg = getcolor(BGCOLOR);
        dc.fg = getcolor(FGCOLOR);
-       dc.border = getcolor(BORDERCOLOR);
        setfont(FONT);
 
        sx = sy = 0;