# HG changeset patch # User John Bailey # Date 1258333024 0 # Node ID f05c81c83d77ae2aab5b6d99d4ffa1c6b0332e08 # Parent 02556824428d09f9c102201ae6892eba6fc6751e Clean up some remnants of the font prefs I killed earlier. diff -r 02556824428d -r f05c81c83d77 pidgin/gtkprefs.c --- a/pidgin/gtkprefs.c Mon Nov 16 00:54:23 2009 +0000 +++ b/pidgin/gtkprefs.c Mon Nov 16 00:57:04 2009 +0000 @@ -1596,15 +1596,6 @@ return ret; } -#if GTK_CHECK_VERSION(2,4,0) -static void -pidgin_custom_font_set(GtkFontButton *font_button, gpointer nul) -{ - purple_prefs_set_string(PIDGIN_PREFS_ROOT "/conversations/custom_font", - gtk_font_button_get_font_name(font_button)); -} -#endif - static GtkWidget * conv_page(void) { @@ -1613,16 +1604,9 @@ GtkWidget *toolbar; GtkWidget *iconpref1; GtkWidget *iconpref2; - GtkWidget *fontpref; GtkWidget *imhtml; GtkWidget *frame; -#if GTK_CHECK_VERSION(2,4,0) - GtkWidget *hbox; - GtkWidget *font_button; - const char *font_name; -#endif - ret = gtk_vbox_new(FALSE, PIDGIN_HIG_CAT_SPACE); gtk_container_set_border_width(GTK_CONTAINER(ret), PIDGIN_HIG_BORDER);