Remove deprecated APE value(), toStringList(), ID3v2 unsycronisation()

- APE::Item::value(): use binaryData()
- APE::Item::toStringList(): use values()
- MPEG::ID3v2::Frame::Header::unsycronisation(): use unsynchronisation()
This commit is contained in:
Urs Fleisch
2023-12-10 07:53:19 +01:00
parent aca1d0d41c
commit 10094f66b9
5 changed files with 3 additions and 35 deletions

View File

@ -639,11 +639,6 @@ bool Frame::Header::encryption() const
return d->encryption;
}
bool Frame::Header::unsycronisation() const
{
return unsynchronisation();
}
bool Frame::Header::unsynchronisation() const
{
return d->unsynchronisation;

View File

@ -410,10 +410,6 @@ namespace TagLib {
*/
bool encryption() const;
#ifndef DO_NOT_DOCUMENT
bool unsycronisation() const;
#endif
/*!
* Returns true if unsynchronisation is enabled for this frame.
*/