diff OrthancServer/ServerToolbox.h @ 2123:1cf093cbdad8

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Nov 2016 11:51:40 +0100
parents 7e8889bc95c6
children e3fd5bc429a2
line wrap: on
line diff
--- a/OrthancServer/ServerToolbox.h	Mon Nov 07 11:33:18 2016 +0100
+++ b/OrthancServer/ServerToolbox.h	Mon Nov 07 11:51:40 2016 +0100
@@ -68,11 +68,6 @@
     bool IsIdentifier(const DicomTag& tag,
                       ResourceType level);
 
-    void StoreIdentifiers(IDatabaseWrapper& database,
-                          int64_t resource,
-                          ResourceType level,
-                          const DicomMap& map);
-
     std::string NormalizeIdentifier(const std::string& value);
   }
 }