diff src/gtkprefs.c @ 5535:933739f789f9

[gaim-migrate @ 5935] ding, dong, OPT_MISC_DEBUG is dead. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 26 May 2003 16:11:46 +0000
parents 2c4c975620f0
children de09863bd4b5
line wrap: on
line diff
--- a/src/gtkprefs.c	Mon May 26 15:44:21 2003 +0000
+++ b/src/gtkprefs.c	Mon May 26 16:11:46 2003 +0000
@@ -1993,13 +1993,7 @@
 {
 	misc_options ^= option;
 
-	if (option == OPT_MISC_DEBUG) {
-		if ((misc_options & OPT_MISC_DEBUG))
-			gaim_gtk_debug_window_show();
-		else
-			gaim_gtk_debug_window_hide();
-	}
-	else if(option == OPT_MISC_USE_SERVER_ALIAS) {
+	if(option == OPT_MISC_USE_SERVER_ALIAS) {
 		/* XXX blist reset the aliases here */
 		gaim_conversation_foreach(gaim_conversation_autoset_title);
 	}