Remove redundant UserTextIdentificationFrame::fieldList()

This commit is contained in:
Urs Fleisch 2023-11-24 17:52:18 +01:00
parent 56382e8cd4
commit c1bb678695
2 changed files with 0 additions and 8 deletions

View File

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

View File

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