dmenu

my fork of dmenu
Index Commits Files Refs README LICENSE
commit 146bc23c118c40c26df7f2e96b46100649673fc7
parent 595e7976601fc77acf12015d3f5f6843e2cdd706
Author: Connor Lane Smith <cls@lubutu.com>
Date:   Wed, 23 Jun 2010 13:31:11 +0100

cleaned up
Diffstat:
Mdmenu.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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);