Remove redundant UserTextIdentificationFrame::fieldList()

This commit is contained in:
Urs Fleisch
2023-12-01 06:22:35 +01:00
parent 56382e8cd4
commit c1bb678695
2 changed files with 0 additions and 8 deletions
@@ -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())
@@ -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);