diff OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h @ 4203:4d42408da117

improving const-correctness in ParsedDicomFile
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:01:31 +0200
parents 7112a8af0b63
children 0034f855c023
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h	Thu Sep 17 08:35:11 2020 +0200
+++ b/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h	Thu Sep 17 15:01:31 2020 +0200
@@ -90,9 +90,6 @@
     static bool DecodePsmctRle1(std::string& output,
                                 DcmDataset& dataset);
 
-    static ImageAccessor *Decode(const ParsedDicomFile& dicom,
-                                 unsigned int frame);
-
     static ImageAccessor *Decode(DcmDataset& dataset,
                                  unsigned int frame);