diff OrthancServer/ServerToolbox.h @ 1711:5ebd6cbb3da8 db-changes

Backed out changeset 2ad22b2970a2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2015 17:36:07 +0200
parents 2ad22b2970a2
children 2ca7888f8600
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Tue Oct 13 17:48:30 2015 +0200
+++ b/OrthancServer/ServerToolbox.h	Fri Oct 16 17:36:07 2015 +0200
@@ -60,10 +60,5 @@
     void ReconstructMainDicomTags(IDatabaseWrapper& database,
                                   IStorageArea& storageArea,
                                   ResourceType level);
-
-    void ExtractModule(DicomMap& result,   // WARNING: Will not be cleared!
-                       const DicomMap& summary,
-                       DicomModule module,
-                       bool normalize);
   }
 }