summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar arg@10ksloc.org 2006-08-07 17:17:27 +0200
committerGravatar arg@10ksloc.org 2006-08-07 17:17:27 +0200
commit366b2afd6cac918c8de2e0d4e04f0e7cee9363fa (patch)
tree69d763b3562f23c135f8e304d97db162935a930a
parentmade dmenu(1) more dwm(1) alike (diff)
removed unnecessary typedef
-rw-r--r--dmenu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dmenu.h b/dmenu.h
index 75b6266..2a8796f 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -9,7 +9,6 @@
#define SPACE 30 /* px */
-typedef struct Brush Brush;
typedef struct DC DC;
typedef struct Fnt Fnt;