diff options
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r-- | libsylph/prefs_common.c | 9 |
1 files changed, 0 insertions, 9 deletions
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; |