]> granicus.if.org Git - taglib/commitdiff
Remove some unused private function prototypes.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 12 Jun 2015 02:50:38 +0000 (11:50 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 12 Jun 2015 02:50:38 +0000 (11:50 +0900)
taglib/ape/apefile.h
taglib/flac/flacfile.h
taglib/mpc/mpcfile.h
taglib/trueaudio/trueaudiofile.h
taglib/wavpack/wavpackfile.h

index d071e4809a5ed4cabf7c5c05980278feda35ed79..4d806d1ac3816ae63e368987635e925437532ad4 100644 (file)
@@ -216,7 +216,6 @@ namespace TagLib {
       File &operator=(const File &);
 
       void read(bool readProperties, Properties::ReadStyle propertiesStyle);
-      void scan();
       long findID3v1();
       long findAPE();
 
index b40d4364b4a8488848b35193a23dd59a1513a983..3dce89cbc2bc2b1d1dca3de37d4069c696e1f0b4 100644 (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;
index d4876107c972bd4fc2175e1303ef26baeccd6b1d..a1223101010031256a4b56a88005d9b76ee8d28d 100644 (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();
index 0c2af7e580aba0859192965ca83feb4b1b8ef39f..36c8584562ea87cdfcbd65a81ae490625fc286a0 100644 (file)
@@ -240,7 +240,6 @@ namespace TagLib {
       File &operator=(const File &);
 
       void read(bool readProperties, Properties::ReadStyle propertiesStyle);
-      void scan();
       long findID3v1();
       long findID3v2();
 
index 1bfae02ea2984067ff763f0152ba2c465f2066f6..9322823be009e5fa0f21bb4af809929af480caae 100644 (file)
@@ -203,7 +203,6 @@ namespace TagLib {
       File &operator=(const File &);
 
       void read(bool readProperties, Properties::ReadStyle propertiesStyle);
-      void scan();
       long findID3v1();
       long findAPE();