From 6aa814370aab377943bd109875e8c0ae1bdcdab9 Mon Sep 17 00:00:00 2001 From: charles kerr Date: Sat, 19 Dec 2015 17:56:59 -0600 Subject: move loudness warning's enabled & decibels from volume-control-pulse to options --- src/volume-control.vala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/volume-control.vala') diff --git a/src/volume-control.vala b/src/volume-control.vala index f33ae18..62655be 100644 --- a/src/volume-control.vala +++ b/src/volume-control.vala @@ -45,7 +45,7 @@ public abstract class VolumeControl : Object public VolumeReasons reason; } - private IndicatorSound.Options _options = null; + protected IndicatorSound.Options _options = null; public VolumeControl(IndicatorSound.Options options) { _options = options; @@ -56,7 +56,6 @@ public abstract class VolumeControl : Object 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 below_warning_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; } } -- cgit v1.2.3