diff options
author | arg@10ksloc.org <unknown> | 2006-08-07 17:17:27 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-07 17:17:27 +0200 |
commit | 366b2afd6cac918c8de2e0d4e04f0e7cee9363fa (patch) | |
tree | 69d763b3562f23c135f8e304d97db162935a930a | |
parent | 4e009770d657ffdcd89f2d202e383ca432449391 (diff) |
removed unnecessary typedef
-rw-r--r-- | dmenu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ | |||
9 | 9 | ||
10 | #define SPACE 30 /* px */ | 10 | #define SPACE 30 /* px */ |
11 | 11 | ||
12 | typedef struct Brush Brush; | ||
13 | typedef struct DC DC; | 12 | typedef struct DC DC; |
14 | typedef struct Fnt Fnt; | 13 | typedef struct Fnt Fnt; |
15 | 14 | ||