From 641dcb108b988f224e0d36b7837f2a4b8ca554cb Mon Sep 17 00:00:00 2001 From: charles kerr Date: Tue, 29 Dec 2015 17:22:57 -0600 Subject: remove ignore_high_volume dupe from volume-warning --- src/volume-warning.vala | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') diff --git a/src/volume-warning.vala b/src/volume-warning.vala index bf587fd..49ed3a8 100644 --- a/src/volume-warning.vala +++ b/src/volume-warning.vala @@ -87,9 +87,6 @@ public abstract class VolumeWarning : Object **** ***/ - // FIXME: what to do with this now? - private bool _ignore_warning_this_time = false; - private IndicatorSound.Options _options; private void init_all_properties() @@ -107,17 +104,6 @@ public abstract class VolumeWarning : Object *** HIGH VOLUME PROPERTY **/ - public bool ignore_high_volume { - get { - if (_ignore_warning_this_time) { - warning("Ignore"); - _ignore_warning_this_time = false; - return true; - } - return false; - } - set { } - } private void init_high_volume () { _options.loud_changed.connect(() => update_high_volume()); this.notify["multimedia-volume"].connect(() => update_high_volume()); -- cgit v1.2.3