src/prefs.c

changeset 4560
5095c56734e2
parent 4488
4ccc891013b4
child 4561
2a82628d7345
--- 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);
 

mercurial