mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 20:20:25 -04:00
Inspection: Function is not implemented
This commit is contained in:
parent
d87b2dad48
commit
1a5c417558
@ -228,9 +228,6 @@ namespace TagLib {
|
||||
protected:
|
||||
enum Endianness { BigEndian, LittleEndian };
|
||||
|
||||
File(FileName file, Endianness endianness);
|
||||
File(IOStream *stream, Endianness endianness);
|
||||
|
||||
private:
|
||||
void removeRootChunk(const ByteVector &id);
|
||||
void removeRootChunk(unsigned int i);
|
||||
|
@ -314,7 +314,6 @@ namespace TagLib {
|
||||
|
||||
private:
|
||||
UserTextIdentificationFrame(const ByteVector &data, Header *h);
|
||||
UserTextIdentificationFrame(const TextIdentificationFrame &);
|
||||
|
||||
void checkFields();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user