diff Plugins/Engine/OrthancPlugins.h @ 3951:5fe8c6d3212e transcoding

removed useless information "hasSopInstanceUidChanged"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 May 2020 21:06:53 +0200
parents aae045f802f4
children 1d2b31fc782f
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Tue May 19 20:37:00 2020 +0200
+++ b/Plugins/Engine/OrthancPlugins.h	Tue May 19 21:06:53 2020 +0200
@@ -240,7 +240,6 @@
   protected:
     // From "MemoryBufferTranscoder"
     virtual bool TranscodeBuffer(std::string& target,
-                                 bool& hasSopInstanceUidChanged /* out */,
                                  const void* buffer,
                                  size_t size,
                                  const std::set<DicomTransferSyntax>& allowedSyntaxes,