Remove some unused private function prototypes.

This commit is contained in:
Tsuda Kageyu 2015-06-12 11:50:38 +09:00
parent 46862bf537
commit c1c70edb76
5 changed files with 0 additions and 5 deletions

View File

@ -216,7 +216,6 @@ namespace TagLib {
File &operator=(const File &);
void read(bool readProperties, Properties::ReadStyle propertiesStyle);
void scan();
long findID3v1();
long findAPE();

View File

@ -295,7 +295,6 @@ namespace TagLib {
long findID3v2();
long findID3v1();
ByteVector xiphCommentData() const;
long findPaddingBreak(long nextPageOffset, long targetOffset, bool *isLast);
class FilePrivate;
FilePrivate *d;

View File

@ -217,7 +217,6 @@ namespace TagLib {
File &operator=(const File &);
void read(bool readProperties, Properties::ReadStyle propertiesStyle);
void scan();
long findAPE();
long findID3v1();
long findID3v2();

View File

@ -240,7 +240,6 @@ namespace TagLib {
File &operator=(const File &);
void read(bool readProperties, Properties::ReadStyle propertiesStyle);
void scan();
long findID3v1();
long findID3v2();

View File

@ -203,7 +203,6 @@ namespace TagLib {
File &operator=(const File &);
void read(bool readProperties, Properties::ReadStyle propertiesStyle);
void scan();
long findID3v1();
long findAPE();