aboutsummaryrefslogtreecommitdiff
path: root/src/sound-menu.vala
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-10-15 13:24:48 -0500
committerTed Gould <ted@gould.cx>2014-10-15 13:24:48 -0500
commit5dd9bda0ea449024dbc97e26f92631401048bc57 (patch)
treeaf48335ad2b0db5fae6ff61c5cb8a2cba8b76482 /src/sound-menu.vala
parent0b6434da43e5a5dd280df9014a182fc51cb05423 (diff)
downloadayatana-indicator-sound-5dd9bda0ea449024dbc97e26f92631401048bc57.tar.gz
ayatana-indicator-sound-5dd9bda0ea449024dbc97e26f92631401048bc57.tar.bz2
ayatana-indicator-sound-5dd9bda0ea449024dbc97e26f92631401048bc57.zip
Removing the remove code that was supposed to be removed earlier
Diffstat (limited to 'src/sound-menu.vala')
-rw-r--r--src/sound-menu.vala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala
index a9efd74..05570b9 100644
--- a/src/sound-menu.vala
+++ b/src/sound-menu.vala
@@ -118,7 +118,6 @@ public class SoundMenu: Object
while ((location = find_action(this.volume_section, "indicator.high-volume-warning-item")) != -1) {
this.volume_section.remove (location);
}
- this.volume_section.remove (this.volume_section.get_n_items () -1);
this.high_volume_warning_shown = false;
}
}