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.
This commit is contained in:
Philipp Wolfer
2020-06-05 22:50:21 +02:00
parent d6eea702bc
commit ed717a1811

View File

@@ -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