diff OrthancServer/DatabaseWrapper.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 4db9200c7f46
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Tue Oct 13 17:48:30 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.h	Fri Oct 16 17:36:07 2015 +0200
@@ -329,11 +329,6 @@
     virtual void Upgrade(unsigned int targetVersion,
                          IStorageArea& storageArea);
 
-    virtual void StoreStudyModule(int64_t id,
-                                  const DicomMap& module)
-    {
-      base_.StoreStudyModule(id, module);
-    }
 
 
     /**