also fixing dmenu accordingly

This commit is contained in:
arg@mig29
2006-12-07 10:06:06 +01:00
parent 250aa199bb
commit dd7ee0dae1
2 changed files with 2 additions and 2 deletions

2
draw.c
View File

@ -4,7 +4,6 @@
#include "dmenu.h"
#include <stdio.h>
#include <string.h>
#include <X11/Xlocale.h>
/* static */
@ -84,7 +83,6 @@ setfont(const char *fontstr) {
int i, n;
missing = NULL;
setlocale(LC_CTYPE, "");
if(dc.font.set)
XFreeFontSet(dpy, dc.font.set);
dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);