JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed unnecessary border color
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 88640b8..78a984e 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -43,7 +43,6 @@ struct DC { /* draw context */
        int x, y, w, h;
        unsigned long bg;
        unsigned long fg;
-       unsigned long border;
        Drawable drawable;
        Fnt font;
        GC gc;