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