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:
Scott Wheeler
2004-11-06 14:24:40 +00:00
parent a3e62fb32e
commit e5e3adc58f
4 changed files with 0 additions and 21 deletions

View File

@ -238,11 +238,6 @@ ByteVector APE::Tag::render() const
return d->footer.renderHeader() + data + d->footer.renderFooter();
}
void APE::Tag::parse(const ByteVector &data, uint)
{
parse(data);
}
void APE::Tag::parse(const ByteVector &data)
{
uint pos = 0;