remove stderr spitting
							parent
							
								
									5077207088
								
							
						
					
					
						commit
						b497a13bde
					
				
							
								
								
									
										2
									
								
								draw.c
								
								
								
								
							
							
						
						
									
										2
									
								
								draw.c
								
								
								
								
							|  | @ -115,8 +115,6 @@ setfont(const char *fontstr) | |||
| 		XFreeFontSet(dpy, dc.font.set); | ||||
| 	dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def); | ||||
| 	if(missing) { | ||||
| 		while(n--) | ||||
| 			fprintf(stderr, "missing fontset: %s\n", missing[n]); | ||||
| 		XFreeStringList(missing); | ||||
| 		if(dc.font.set) { | ||||
| 			XFreeFontSet(dpy, dc.font.set); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue