diff options
author | arg@10ksloc.org <unknown> | 2006-08-04 10:31:05 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-04 10:31:05 +0200 |
commit | b497a13bde8a02ea42a1f475d76a47eca37babd1 (patch) | |
tree | 8941bfe3ed477cf2d1d90a3531ae2e817d3142e7 | |
parent | 5077207088b08e6b21601cb19925d20e9d5af573 (diff) |
remove stderr spitting
-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); |