diff --git a/taglib/dsdiff/dsdifffile.h b/taglib/dsdiff/dsdifffile.h index 9c784a3b..86df7c16 100644 --- a/taglib/dsdiff/dsdifffile.h +++ b/taglib/dsdiff/dsdifffile.h @@ -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); diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.h b/taglib/mpeg/id3v2/frames/textidentificationframe.h index 113a43c2..c88e16ff 100644 --- a/taglib/mpeg/id3v2/frames/textidentificationframe.h +++ b/taglib/mpeg/id3v2/frames/textidentificationframe.h @@ -314,7 +314,6 @@ namespace TagLib { private: UserTextIdentificationFrame(const ByteVector &data, Header *h); - UserTextIdentificationFrame(const TextIdentificationFrame &); void checkFields();