diff options
-rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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--) |