diff options
Diffstat (limited to 'battstat/power-management.c')
-rw-r--r-- | battstat/power-management.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/battstat/power-management.c b/battstat/power-management.c index 5c4145c6..cd0e3f33 100644 --- a/battstat/power-management.c +++ b/battstat/power-management.c @@ -78,7 +78,6 @@ static int using_upower; * the problem might be. This error message is not to be freed. */ - /* Uncomment the following to enable a 'testing' backend. When you add the applet to the panel a window will appear that allows you to manually change the battery status values for testing purposes. @@ -133,7 +132,6 @@ initialise_test (void) G_CALLBACK (test_update_integer), &test_status.minutes); gtk_box_pack_start (box, w, TRUE, TRUE, 0); - w = gtk_toggle_button_new_with_label ("on_ac_power"); g_signal_connect (w, "toggled", G_CALLBACK (test_update_boolean), |