mirror of
https://github.com/taglib/taglib.git
synced 2026-04-12 17:09:50 -04:00
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:
@ -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;
|
||||
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user