mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Since these headers weren't even usable when installed, might as well go
ahead and remove the deprecated crap... git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@360969 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -147,11 +147,6 @@ void APE::Item::parse(const ByteVector &data)
|
||||
d->text = StringList(ByteVectorList::split(d->value, '\0'), String::UTF8);
|
||||
}
|
||||
|
||||
ByteVector APE::Item::render()
|
||||
{
|
||||
return const_cast<const Item *>(this)->render();
|
||||
}
|
||||
|
||||
ByteVector APE::Item::render() const
|
||||
{
|
||||
ByteVector data;
|
||||
|
Reference in New Issue
Block a user