瀏覽代碼

removed artifact from wmii

Anselm R Garbe 17 年之前
父節點
當前提交
258c338030
共有 1 個文件被更改,包括 0 次插入2 次删除
  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--)