diff OrthancServer/ParsedDicomFile.h @ 1935:e251606c1433

FromDcmtkBridge::LoadFromMemoryBuffer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Mar 2016 11:46:41 +0100
parents 6c73df12ca51
children 533ff46e944b
line wrap: on
line diff
--- a/OrthancServer/ParsedDicomFile.h	Tue Mar 22 15:11:53 2016 +0100
+++ b/OrthancServer/ParsedDicomFile.h	Thu Mar 24 11:46:41 2016 +0100
@@ -51,9 +51,6 @@
 
     ParsedDicomFile(ParsedDicomFile& other);
 
-    void Setup(const void* content,
-               size_t size);
-
     void RemovePrivateTagsInternal(const std::set<DicomTag>* toKeep);
 
     void UpdateStorageUid(const DicomTag& tag,