aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
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 /libempathy
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 'libempathy')
-rw-r--r--libempathy/empathy-gsettings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h
index fb44b5893..ad55a9442 100644
--- a/libempathy/empathy-gsettings.h
+++ b/libempathy/empathy-gsettings.h
@@ -51,7 +51,6 @@ G_BEGIN_DECLS
#define EMPATHY_PREFS_SOUNDS_CONTACT_LOGOUT "sounds-contact-logout"
#define EMPATHY_PREFS_CALL_SCHEMA EMPATHY_PREFS_SCHEMA ".call"
-#define EMPATHY_PREFS_CALL_SOUND_VOLUME "volume"
#define EMPATHY_PREFS_CALL_CAMERA_DEVICE "camera-device"
#define EMPATHY_PREFS_CALL_ECHO_CANCELLATION "echo-cancellation"