Browse Source

removed artifact from wmii

master
Anselm R Garbe 16 years ago
parent
commit
258c338030
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      dwm.c

+ 0
- 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--)


Loading…
Cancel
Save