From 1a5c41755840f20ab2b05fb00c3177dce55ea392 Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sat, 20 Jan 2024 21:43:25 +0100 Subject: [PATCH] Inspection: Function is not implemented --- taglib/dsdiff/dsdifffile.h | 3 --- taglib/mpeg/id3v2/frames/textidentificationframe.h | 1 - 2 files changed, 4 deletions(-) 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();