mirror of
https://github.com/taglib/taglib.git
synced 2025-07-26 17:04:28 -04:00
Inspection: Function is not implemented
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user