From ad8497cb0edb8e6801e277cecf43b0c2129e6c41 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Thu, 17 Nov 2011 20:14:01 +0000 Subject: 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 :) --- libempathy/empathy-gsettings.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libempathy') 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" -- cgit v1.2.3