tcleaned up - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 146bc23c118c40c26df7f2e96b46100649673fc7
 (DIR) parent 595e7976601fc77acf12015d3f5f6843e2cdd706
 (HTM) Author: Connor Lane Smith <cls@lubutu.com>
       Date:   Wed, 23 Jun 2010 13:31:11 +0100
       
       cleaned up
       Diffstat:
         dmenu.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dmenu.c b/dmenu.c
       t@@ -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);