removed artifact from wmii - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 258c3380305683de8031871cf95c1cc04ed7ad9e DIR parent 85da53785614bcaa626cd1346ce8753291b01760 HTML Author: Anselm R Garbe <garbeam@gmail.com> Date: Sat, 23 Aug 2008 09:33:05 +0100 removed artifact from wmii Diffstat: M dwm.c | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) --- DIR diff --git a/dwm.c b/dwm.c @@ -781,8 +781,6 @@ initfont(const char *fontstr) { int i, n; missing = NULL; - if(dc.font.set) - XFreeFontSet(dpy, dc.font.set); dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); if(missing) { while(n--)