]> git.armaanb.net Git - dmenu.git/commitdiff
cleaned up
authorConnor Lane Smith <cls@lubutu.com>
Wed, 23 Jun 2010 12:31:11 +0000 (13:31 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Wed, 23 Jun 2010 12:31:11 +0000 (13:31 +0100)
dmenu.c

diff --git a/dmenu.c b/dmenu.c
index 0d894744864d6f419cd7d7835bcd3da03b841178..339f94994c3afdf2ee2af54d892852d70a15a80c 100644 (file)
--- 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);