diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp index 7adcecc7..157cd718 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp @@ -391,13 +391,6 @@ String UserTextIdentificationFrame::description() const : String(); } -StringList UserTextIdentificationFrame::fieldList() const -{ - // TODO: remove this function - - return TextIdentificationFrame::fieldList(); -} - void UserTextIdentificationFrame::setText(const String &text) { if(description().isEmpty()) diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.h b/taglib/mpeg/id3v2/frames/textidentificationframe.h index e6c8755d..d7b2654b 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.h +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.h @@ -276,7 +276,6 @@ namespace TagLib { */ void setDescription(const String &s); - StringList fieldList() const; void setText(const String &text) override; void setText(const StringList &fields);