diff src/prefs.c @ 660:b3b5d9d18eea

[gaim-migrate @ 670] No more lag-o-meter. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 10 Aug 2000 22:17:22 +0000
parents 4d3285caa191
children 71ea550c22ac
line wrap: on
line diff
--- a/src/prefs.c	Thu Aug 10 17:08:29 2000 +0000
+++ b/src/prefs.c	Thu Aug 10 22:17:22 2000 +0000
@@ -89,7 +89,6 @@
 	gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
 	gtk_widget_show(sep);
 
-	gaim_button(_("Show Lagometer"), &general_options, OPT_GEN_SHOW_LAGMETER, box);
 	gaim_button(_("Use borderless buttons (requires restart for some buttons)"), &display_options, OPT_DISP_COOL_LOOK, box);
 	gaim_button(_("Show Buddy Ticker after restart"), &display_options, OPT_DISP_SHOW_BUDDYTICKER, box);
 	if (!dw && (general_options & OPT_GEN_DEBUG))
@@ -1233,8 +1232,6 @@
 {
 	general_options = general_options ^ (int)option;
 
-       	if ((int)option == OPT_GEN_SHOW_LAGMETER)
-       		update_lagometer(-1);
        	if ((int)option == OPT_GEN_LOG_ALL)
        		update_log_convs();
 	save_prefs();