From 839719a70498485a26889ee86086e768ead87d1b Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 16 Apr 2007 05:41:15 +0000 Subject: win32: check for the loadability of the default font. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1637 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libsylph') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 4088e5f3..390f80f2 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -426,15 +426,6 @@ void prefs_common_read_config(void) prefs_read_config(param, "Common", path, NULL); -#ifdef G_OS_WIN32 - if (!is_file_exist(path)) { - if (conv_is_ja_locale()) { - g_free(prefs_common.textfont); - prefs_common.textfont = g_strdup("MS Gothic 12"); - } - } -#endif - g_free(path); prefs_common.online_mode = TRUE; -- cgit v1.2.3