aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-18 04:14:01 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-11-19 01:49:56 +0800
commitad8497cb0edb8e6801e277cecf43b0c2129e6c41 (patch)
tree11f25d5c9316a111214cba5e5870cc3bafc9ffe1 /data
parent94f5ae453c43090c86913e1589d3ffb3873c50e6 (diff)
downloadgsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.gz
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.bz2
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.lz
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.xz
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.tar.zst
gsoc2013-empathy-ad8497cb0edb8e6801e277cecf43b0c2129e6c41.zip
Remove call input volume configuration
As we rely on pulseaudio there is no point in saving our own volume configuration, pulseaudio does that for us. If we do save it, then we have no idea which volume to pick after connecting to pulse (the one we save, the one pulse saved, a random value?). On top of that our configuration implementation is plain ugly, the level meter didn't work etc. This is all much better configured using the gnome-control-center sound panel, which is pretty nice for inputs and saves its volume on pulse for us to re-use :)
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.Empathy.gschema.xml.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in
index de57af80c..f3975fce2 100644
--- a/data/org.gnome.Empathy.gschema.xml.in
+++ b/data/org.gnome.Empathy.gschema.xml.in
@@ -233,12 +233,6 @@ present them to the user immediately.</_description>
</key>
</schema>
<schema id="org.gnome.Empathy.call" path="/org/gnome/empathy/call/">
- <key name="volume" type="d">
- <range min="0" max="150"/>
- <default>100.0</default>
- <_summary>Call volume</_summary>
- <_description>Call volume, as a percentage.</_description>
- </key>
<key name="camera-device" type="s">
<default>''</default>
<_summary>Camera device</_summary>