diff Core/DicomParsing/ParsedDicomFile.h @ 2905:ae20fccdd867

refactoring mime types
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Oct 2018 11:55:23 +0100
parents f3c1eda54e47
children 9d277f8ad698
line wrap: on
line diff
--- a/Core/DicomParsing/ParsedDicomFile.h	Tue Oct 30 10:46:17 2018 +0100
+++ b/Core/DicomParsing/ParsedDicomFile.h	Tue Oct 30 11:55:23 2018 +0100
@@ -183,11 +183,8 @@
 
     void EmbedImage(const ImageAccessor& accessor);
 
-#if (ORTHANC_ENABLE_JPEG == 1 &&  \
-     ORTHANC_ENABLE_PNG == 1)
     void EmbedImage(const std::string& mime,
                     const std::string& content);
-#endif
 
     Encoding GetEncoding() const;