diff options
-rw-r--r-- | draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -115,8 +115,6 @@ setfont(const char *fontstr) | |||
115 | XFreeFontSet(dpy, dc.font.set); | 115 | XFreeFontSet(dpy, dc.font.set); |
116 | dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); | 116 | dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); |
117 | if(missing) { | 117 | if(missing) { |
118 | while(n--) | ||
119 | fprintf(stderr, "missing fontset: %s\n", missing[n]); | ||
120 | XFreeStringList(missing); | 118 | XFreeStringList(missing); |
121 | if(dc.font.set) { | 119 | if(dc.font.set) { |
122 | XFreeFontSet(dpy, dc.font.set); | 120 | XFreeFontSet(dpy, dc.font.set); |