changeset 4560:eb32b3acef97

[gaim-migrate @ 4841] Now that we have something else under 'Interfaces', I feel fine with removing things. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 09 Feb 2003 00:47:57 +0000
parents 4db59242fb34
children 9df99116840a
files src/prefs.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Sat Feb 08 20:17:22 2003 +0000
+++ b/src/prefs.c	Sun Feb 09 00:47:57 2003 +0000
@@ -191,9 +191,6 @@
 	gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
 
 	vbox = make_frame(ret, _("Interface Options"));
-	/* This shouldn't have to wait for user to click OK or APPLY or whatnot */
-	/* This really shouldn't be in preferences at all */
-	debugbutton = gaim_button(_("Show _debug window"), &misc_options, OPT_MISC_DEBUG, vbox);
 
 	gaim_button(_("D_isplay remote nicknames if no alias is set"), &misc_options, OPT_MISC_USE_SERVER_ALIAS, vbox);