diff options
author | charles kerr <charlesk@canonical.com> | 2015-12-19 21:23:12 -0600 |
---|---|---|
committer | charles kerr <charlesk@canonical.com> | 2015-12-19 21:23:12 -0600 |
commit | 6773fd52378cca6b3b8058923f4262633cc8f71e (patch) | |
tree | 317f021573bf449f2c89b9008cfb5e57b1685b14 /src/volume-control.vala | |
parent | c6e14ab043d6fd5ba774698cf58a17692478f586 (diff) | |
download | ayatana-indicator-sound-6773fd52378cca6b3b8058923f4262633cc8f71e.tar.gz ayatana-indicator-sound-6773fd52378cca6b3b8058923f4262633cc8f71e.tar.bz2 ayatana-indicator-sound-6773fd52378cca6b3b8058923f4262633cc8f71e.zip |
remove ignore_high_volume from volume-control
Diffstat (limited to 'src/volume-control.vala')
-rw-r--r-- | src/volume-control.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/volume-control.vala b/src/volume-control.vala index 62655be..430e9c5 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -55,7 +55,6 @@ public abstract class VolumeControl : Object public virtual bool ready { get { return false; } set { } } public virtual bool active_mic { get { return false; } set { } } public virtual bool high_volume { get { return false; } protected set { } } - public virtual bool ignore_high_volume { get { return false; } protected set { } } public virtual bool mute { get { return false; } } public virtual bool is_playing { get { return false; } } public virtual VolumeControl.ActiveOutput active_output { get { return VolumeControl.ActiveOutput.SPEAKERS; } } |