* USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
authorEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 26 Sep 2012 16:04:30 +0000 (16:04 +0000)
committerEinvalSledge@gmail.com <EinvalSledge@gmail.com@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Wed, 26 Sep 2012 16:04:30 +0000 (16:04 +0000)
    to vskytta for the patch. Closes issue 73.

git-svn-id: http://abcde.googlecode.com/svn/trunk@367 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
changelog

diff --git a/abcde b/abcde
index edbc78c..f9ea19f 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -3326,10 +3326,7 @@ else
 fi
 
 # If CDDBAVAIL is set to n, no CDDB read is done
-# If USEID3 is set to n, no ID3 tagging is done
 CDDBAVAIL=y
-USEID3=y
-USEID3V2=y
 
 # There we go..
 # But before we get into business, let us chop off any GREP environmental
index 4dfd578..227c211 100644 (file)
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ abcde 2.5.5
 
   * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch.
     Closes issue 71.
+  * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
+    to vskytta for the patch. Closes issue 73.
 
  -- Steve McIntyre <93sam@debian.org>  Tue, 18 Sep 2012 12:42:11 +0100