X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dmenu.c;h=339f94994c3afdf2ee2af54d892852d70a15a80c;hb=146bc23c118c40c26df7f2e96b46100649673fc7;hp=0d894744864d6f419cd7d7835bcd3da03b841178;hpb=595e7976601fc77acf12015d3f5f6843e2cdd706;p=dmenu.git 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);