about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 88640b8..78a984e 100644
--- 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;