aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQball Cow <qball@qballcow.nl>2006-04-30 18:29:02 +0000
committerQball Cow <qball@qballcow.nl>2006-04-30 18:29:02 +0000
commit8aca530b863a54deab7b204e21a9b1396ace34b3 (patch)
treec0542949a4b0115195d8b464cc6a7391315f87c6
parent9849921fb67e080075d49daf2614628fd1f3d144 (diff)
downloadmpd-8aca530b863a54deab7b204e21a9b1396ace34b3.tar.gz
mpd-8aca530b863a54deab7b204e21a9b1396ace34b3.tar.xz
mpd-8aca530b863a54deab7b204e21a9b1396ace34b3.zip
Remove unused config value
git-svn-id: https://svn.musicpd.org/mpd/trunk@4130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/conf.c1
-rw-r--r--src/conf.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 756fef9f9..db8c9f7b9 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -141,7 +141,6 @@ void initConf() {
registerConfigParam(CONF_DB_FILE, 0, 0);
registerConfigParam(CONF_LOG_LEVEL, 0, 0);
registerConfigParam(CONF_MIXER_CONTROL, 0, 0);
- registerConfigParam(CONF_AUDIO_WRITE_SIZE, 0, 0);
registerConfigParam(CONF_FS_CHARSET, 0, 0);
registerConfigParam(CONF_PASSWORD, 1, 0);
registerConfigParam(CONF_DEFAULT_PERMS, 0, 0);
diff --git a/src/conf.h b/src/conf.h
index ce48e640f..f5cc4bc38 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -43,7 +43,6 @@
#define CONF_DB_FILE "db_file"
#define CONF_LOG_LEVEL "log_level"
#define CONF_MIXER_CONTROL "mixer_control"
-#define CONF_AUDIO_WRITE_SIZE "audio_write_size"
#define CONF_FS_CHARSET "filesystem_charset"
#define CONF_PASSWORD "password"
#define CONF_DEFAULT_PERMS "default_permissions"