Selaa lähdekoodia

removed artifact from wmii

Anselm R Garbe 17 vuotta sitten
vanhempi
commit
258c338030
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      dwm.c

+ 0 - 2
dwm.c

@@ -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--)