From 25f25069846cbf5276542901abbf201f5afafd38 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 22 Oct 2012 08:59:00 +0200 Subject: Add missing define for Unix --- src/common/cfgfiles.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common') diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 3659e7c7..7c6f2eaa 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -38,9 +38,7 @@ #endif #define DEF_FONT "Monospace 9" -#ifdef WIN32 #define DEF_FONT_ALTER "Arial Unicode MS,Lucida Sans Unicode,MS Gothic,Unifont" -#endif void list_addentry (GSList ** list, char *cmd, char *name) -- cgit 1.4.1