diff options
| author | Connor Lane Smith <[email protected]> | 2010-06-23 13:31:11 +0100 |
|---|---|---|
| committer | Connor Lane Smith <[email protected]> | 2010-06-23 13:31:11 +0100 |
| commit | 146bc23c118c40c26df7f2e96b46100649673fc7 (patch) | |
| tree | 3dd81d769a66e47c55b6d86f402062fa9eed6ed3 | |
| parent | added draw.h (diff) | |
| download | dmenu-146bc23c118c40c26df7f2e96b46100649673fc7.tar.gz dmenu-146bc23c118c40c26df7f2e96b46100649673fc7.tar.bz2 dmenu-146bc23c118c40c26df7f2e96b46100649673fc7.zip | |
cleaned up
| -rw-r--r-- | dmenu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c index 0d89474..339f949 100644 --- a/dmenu.c +++ b/dmenu.c @@ -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); |