From ed717a18112bc28dd98a2acd5acb220652e4c99d Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Fri, 5 Jun 2020 22:50:21 +0200 Subject: [PATCH] compatid3: Remove custom XDOR tag This was originally meant as the ID3v2.3 version of TDOR, but even the earliest Picard release 0.9.0alpha1 never used it. --- picard/formats/mutagenext/compatid3.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/picard/formats/mutagenext/compatid3.py b/picard/formats/mutagenext/compatid3.py index 08b3978ee..8e9a60d97 100644 --- a/picard/formats/mutagenext/compatid3.py +++ b/picard/formats/mutagenext/compatid3.py @@ -41,10 +41,6 @@ except ImportError: pass -class XDOR(TextFrame): - pass - - class XSOP(TextFrame): pass @@ -52,7 +48,6 @@ class XSOP(TextFrame): known_frames = dict(Frames) known_frames.update(dict(Frames_2_2)) known_frames["GRP1"] = GRP1 # Available since mutagen >= 1.38 -known_frames["XDOR"] = XDOR known_frames["XSOP"] = XSOP