tremoved artifact from wmii menu - 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 c24f22a36bb986287f2b53116dff6479c434bc7d
 (DIR) parent 44e372bb31407f896a75d921cf97a29b4d84a4d8
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Sat, 23 Aug 2008 09:33:56 +0100
       
       removed artifact from wmii menu
       Diffstat:
         dmenu.c                             |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/dmenu.c b/dmenu.c
       t@@ -280,8 +280,6 @@ initfont(const char *fontstr) {
                if(!fontstr || fontstr[0] == '\0')
                        eprint("error, cannot load font: '%s'\n", fontstr);
                missing = NULL;
       -        if(dc.font.set)
       -                XFreeFontSet(dpy, dc.font.set);
                dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
                if(missing)
                        XFreeStringList(missing);