From 167aec58c1adcdf2309fd934d9ee82bb830ceab1 Mon Sep 17 00:00:00 2001 From: "Jan D. Behrens" Date: Sun, 13 Mar 2011 11:12:28 +0100 Subject: removed obsolete samplerate setting in pulseaudio plugin --- plugins/pulse/pulse.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/pulse') diff --git a/plugins/pulse/pulse.c b/plugins/pulse/pulse.c index a919ab6a..b3f5c040 100644 --- a/plugins/pulse/pulse.c +++ b/plugins/pulse/pulse.c @@ -42,7 +42,6 @@ static DB_output_t plugin; DB_functions_t * deadbeef; -#define CONFSTR_PULSE_SAMPLERATE "pulse.samplerate" #define CONFSTR_PULSE_SERVERADDR "pulse.serveraddr" #define CONFSTR_PULSE_BUFFERSIZE "pulse.buffersize" @@ -345,8 +344,7 @@ DB_plugin_t * pulse_load(DB_functions_t *api) static const char settings_dlg[] = "property \"PulseAudio server\" entry " CONFSTR_PULSE_SERVERADDR " default;\n" - "property \"Preferred buffer size\" entry " CONFSTR_PULSE_BUFFERSIZE " 4096;\n" - "property \"Samplerate\" entry " CONFSTR_PULSE_SAMPLERATE " 44100;\n"; + "property \"Preferred buffer size\" entry " CONFSTR_PULSE_BUFFERSIZE " 4096;\n"; static DB_output_t plugin = { -- cgit v1.2.3