mirror of
https://github.com/taglib/taglib.git
synced 2025-07-19 13:34:19 -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:
@ -40,7 +40,6 @@ namespace TagLib {
|
||||
|
||||
class Footer;
|
||||
|
||||
|
||||
/*!
|
||||
* A mapping between a list of item names, or keys, and the associated item.
|
||||
*
|
||||
@ -140,11 +139,6 @@ namespace TagLib {
|
||||
* Reads from the file specified in the constructor.
|
||||
*/
|
||||
void read();
|
||||
/*!
|
||||
* Parses the body of the tag in \a data with \a count items.
|
||||
* \deprecated Please use the version that doesn't require an item count.
|
||||
*/
|
||||
void parse(const ByteVector &data, uint count);
|
||||
|
||||
/*!
|
||||
* Parses the body of the tag in \a data.
|
||||
|
Reference in New Issue
Block a user