diff options
author | Connor Lane Smith | 2010-06-23 13:31:11 +0100 |
---|---|---|
committer | Connor Lane Smith | 2010-06-23 13:31:11 +0100 |
commit | 146bc23c118c40c26df7f2e96b46100649673fc7 (patch) | |
tree | 3dd81d769a66e47c55b6d86f402062fa9eed6ed3 /dmenu.c | |
parent | 595e7976601fc77acf12015d3f5f6843e2cdd706 (diff) |
cleaned up
Diffstat (limited to 'dmenu.c')
-rw-r--r-- | dmenu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ static void cleanup(void); static void drawmenu(void); static void drawmenuh(void); static void drawmenuv(void); -static void eprint(const char *errstr, ...); static Bool grabkeyboard(void); static void kpress(XKeyEvent * e); static void match(char *pattern); |