diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-08-23 09:33:05 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-08-23 09:33:05 +0100 |
commit | 258c3380305683de8031871cf95c1cc04ed7ad9e (patch) | |
tree | d6f184ca63acff9dc4b2abd1e34b42d92496c690 /dwm.c | |
parent | 85da53785614bcaa626cd1346ce8753291b01760 (diff) | |
download | dwm-258c3380305683de8031871cf95c1cc04ed7ad9e.tar.gz |
removed artifact from wmii
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c index 2bf0ba0..ba24d9a 100644 --- 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--) |