removed artifact from wmii
This commit is contained in:
parent
85da537856
commit
258c338030
1 changed files with 0 additions and 2 deletions
2
dwm.c
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--)
|
||||
|
|
Loading…
Reference in a new issue