aboutsummaryrefslogtreecommitdiffstats
path: root/src/appearance-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/appearance-prefs.c')
-rwxr-xr-xsrc/appearance-prefs.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/appearance-prefs.c b/src/appearance-prefs.c
index 85c4d91b9..72d275f35 100755
--- a/src/appearance-prefs.c
+++ b/src/appearance-prefs.c
@@ -201,13 +201,6 @@ setup_font_menu (AppearancePrefs *dialog,
name = default_font;
}
- /* put the default font at the top in the list */
- if (name != NULL)
- {
- fonts = g_list_prepend (fonts,
- (gpointer)g_strdup(name));
- }
-
/* set popdown doesnt like NULL */
if (fonts == NULL)
{