changeset 8943:48f1b020136b

[gaim-migrate @ 9715] Remove some old code. I think this was from long before prefslash04. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 05:13:12 +0000
parents 06f47021ddd3
children f041cc8d86cf
files src/gtkprefs.c
diffstat 1 files changed, 0 insertions(+), 49 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun May 16 00:39:03 2004 +0000
+++ b/src/gtkprefs.c	Sun May 16 05:13:12 2004 +0000
@@ -2682,55 +2682,6 @@
 	gtk_widget_show(prefs);
 }
 
-#if 0
-static void set_logging_option(GtkWidget *w, int option)
-{
-	logging_options ^= option;
-
-	if (option == OPT_LOG_CONVOS || option == OPT_LOG_CHATS)
-		update_log_convs();
-}
-
-static void set_convo_option(GtkWidget *w, int option)
-{
-	convo_options ^= option;
-
-	if (option == OPT_CONVO_SHOW_SMILEY)
-		gaim_gtkconv_toggle_smileys();
-
-	if (option == OPT_CONVO_SHOW_TIME)
-		gaim_gtkconv_toggle_timestamps();
-}
-
-static void set_im_option(GtkWidget *w, int option)
-{
-	im_options ^= option;
-
-#if 0
-	if (option == OPT_IM_ONE_WINDOW)
-		im_tabize();
-#endif
-}
-
-static void set_chat_option(GtkWidget *w, int option)
-{
-	chat_options ^= option;
-
-#if 0
-	if (option == OPT_CHAT_ONE_WINDOW)
-		chat_tabize();
-#endif
-}
-
-static void set_away_option(GtkWidget *w, int option)
-{
-	away_options ^= option;
-
-	if (option == OPT_AWAY_QUEUE)
-		toggle_away_queue();
-}
-#endif
-
 static void
 set_bool_pref(GtkWidget *w, const char *key)
 {