diff src/gtkprefs.c @ 8884:dd6b4f259f5b

[gaim-migrate @ 9653] Eradicate "Show logins in window" Sorry if these commit emails piss you off committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2004 05:10:15 +0000
parents 7e6ab16d3549
children 8ffd1679df93
line wrap: on
line diff
--- a/src/gtkprefs.c	Thu May 06 05:03:05 2004 +0000
+++ b/src/gtkprefs.c	Thu May 06 05:10:15 2004 +0000
@@ -991,11 +991,6 @@
 	gaim_gtk_prefs_checkbox(_("Enable buddy icon a_nimation"),
 			"/gaim/gtk/conversations/im/animate_buddy_icons", vbox);
 
-#if 0 /* PREFSLASH04 */
-	vbox = gaim_gtk_make_frame (ret, _("Display"));
-	gaim_gtk_prefs_checkbox(_("Show _logins in window"),
-			"/core/conversations/im/show_login", vbox);
-#endif /* PREFSLASH04 */
 	vbox = gaim_gtk_make_frame (ret, _("Typing Notification"));
 	gaim_gtk_prefs_checkbox(_("Notify buddies that you are _typing to them"),
 			"/core/conversations/im/send_typing", vbox);