removed artifact from wmii menu c24f22a3
Anselm R Garbe · 2008-08-23 09:33 1 file(s) · +0 −2
dmenu.c +0 −2
280 280
	if(!fontstr || fontstr[0] == '\0')
281 281
		eprint("error, cannot load font: '%s'\n", fontstr);
282 282
	missing = NULL;
283 -
	if(dc.font.set)
284 -
		XFreeFontSet(dpy, dc.font.set);
285 283
	dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
286 284
	if(missing)
287 285
		XFreeStringList(missing);