diff src/gtkprefs.c @ 5625:73c9dc20e41a

[gaim-migrate @ 6032] The GTK+ debug system now has its own init(), where it adds its own prefs and sets up callbacks. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 03:21:55 +0000
parents 117e23960e48
children 19a848d76372
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun Jun 01 02:19:35 2003 +0000
+++ b/src/gtkprefs.c	Sun Jun 01 03:21:55 2003 +0000
@@ -2782,14 +2782,6 @@
 	gaim_prefs_add_int("/gaim/gtk/conversations/im/default_height", 160);
 	gaim_prefs_add_int("/gaim/gtk/conversations/im/entry_height", 50);
 
-	/* Debug window preferences. */
-	gaim_prefs_add_none("/gaim/gtk/debug");
-	gaim_prefs_add_bool("/gaim/gtk/debug/enabled", FALSE);
-	gaim_prefs_add_bool("/gaim/gtk/debug/timestamps", FALSE);
-	gaim_prefs_add_bool("/gaim/gtk/debug/toolbar", TRUE);
-	gaim_prefs_add_int("/gaim/gtk/debug/width",  400);
-	gaim_prefs_add_int("/gaim/gtk/debug/height", 150);
-
 	/* Idle */
 	gaim_prefs_add_none("/gaim/gtk/idle");
 	gaim_prefs_add_string("/gaim/gtk/idle/reporting_method", "system");