diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2014-02-24 14:32:58 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-24 14:32:58 +0000 |
commit | 33c9db00397aa0314bb937956b4edcadfa1c9c5a (patch) | |
tree | 35b2a567d938a01e4572c8845d00bca8853ad22f /data | |
parent | b5b262fd799c98abb59bf9dfde51e6d5ac6fe7fd (diff) | |
parent | 44a6d9c161b3c8e24187790110a5b3c040bff522 (diff) | |
download | ayatana-indicator-sound-33c9db00397aa0314bb937956b4edcadfa1c9c5a.tar.gz ayatana-indicator-sound-33c9db00397aa0314bb937956b4edcadfa1c9c5a.tar.bz2 ayatana-indicator-sound-33c9db00397aa0314bb937956b4edcadfa1c9c5a.zip |
Remove the new added allow-applified key, it's moved to shared schemas,
that way the other desktop components don't need to depends on
indicator-sound only to read that settings
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.sound.gschema.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/com.canonical.indicator.sound.gschema.xml b/data/com.canonical.indicator.sound.gschema.xml index be759fa..102a1db 100644 --- a/data/com.canonical.indicator.sound.gschema.xml +++ b/data/com.canonical.indicator.sound.gschema.xml @@ -48,9 +48,5 @@ Whether or not to show the sound indicator in the menu bar. </description> </key> - <key name="allow-amplified-volume" type="b"> - <default>false</default> - <summary>Whether the volume slider allows setting the volume above 100%</summary> - </key> </schema> </schemalist> |