mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Remove redundant UserTextIdentificationFrame::fieldList()
This commit is contained in:
parent
56382e8cd4
commit
c1bb678695
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user