removed colors from dc
[dmenu.git] / draw.h
diff --git a/draw.h b/draw.h
index e4f937a..1705909 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -6,8 +6,6 @@ enum { ColFG, ColBG, ColLast };
 /* typedefs */
 typedef struct {
        int x, y, w, h;
-       unsigned long norm[ColLast];
-       unsigned long sel[ColLast];
        Drawable drawable;
        Display *dpy;
        GC gc;