diff options
| author | Anselm R Garbe <[email protected]> | 2008-08-23 09:33:05 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-08-23 09:33:05 +0100 |
| commit | 258c3380305683de8031871cf95c1cc04ed7ad9e (patch) | |
| tree | d6f184ca63acff9dc4b2abd1e34b42d92496c690 | |
| parent | changed grabkeys, removed initmodmap (diff) | |
| download | dwm-258c3380305683de8031871cf95c1cc04ed7ad9e.tar.gz dwm-258c3380305683de8031871cf95c1cc04ed7ad9e.tar.bz2 dwm-258c3380305683de8031871cf95c1cc04ed7ad9e.zip | |
removed artifact from wmii
| -rw-r--r-- | dwm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c index 2bf0ba0..ba24d9a 100644 --- a/dwm.c +++ b/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--) |