removed artifact from wmii

This commit is contained in:
Anselm R Garbe 2008-08-23 09:33:05 +01:00
parent 85da537856
commit 258c338030
1 changed files with 0 additions and 2 deletions

2
dwm.c
View File

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