aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-11 02:59:26 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-11 02:59:26 +0000
commit75a967014f76bd9bf3d76a9ce54d0b9510755c8c (patch)
tree559d0ff4417131aa6b39a9b9a9c899d11c9e9d2d /src/conf.c
parent959f9880efdefe32ad2df8a7daf75e304eb04573 (diff)
downloadmpd-75a967014f76bd9bf3d76a9ce54d0b9510755c8c.tar.gz
mpd-75a967014f76bd9bf3d76a9ce54d0b9510755c8c.tar.xz
mpd-75a967014f76bd9bf3d76a9ce54d0b9510755c8c.zip
removed the id3v1_encoding config option, there's no way to guarantee that we actually got a given field from the v1 and not the v2 tag
git-svn-id: https://svn.musicpd.org/mpd/trunk@3052 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 18d6c16fb..9675e97d3 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -151,7 +151,6 @@ void initConf() {
registerConfigParam(CONF_HTTP_BUFFER_SIZE, 0, 0);
registerConfigParam(CONF_HTTP_PREBUFFER_SIZE, 0, 0);
registerConfigParam(CONF_REPLAYGAIN_PREAMP, 0, 0);
- registerConfigParam(CONF_ID3V1_ENCODING, 0, 0);
registerConfigParam(CONF_METADATA_TO_USE, 0, 0);
}