diff OrthancServer/DatabaseWrapper.h @ 1238:6c07108ff1e2

cleaning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Dec 2014 16:14:57 +0100
parents 0f3716b88af7
children 92c6b3b57699
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.h	Fri Dec 05 15:33:16 2014 +0100
+++ b/OrthancServer/DatabaseWrapper.h	Fri Dec 05 16:14:57 2014 +0100
@@ -118,10 +118,6 @@
     void ListAvailableMetadata(std::list<MetadataType>& target,
                                int64_t id);
 
-    std::string GetMetadata(int64_t id,
-                            MetadataType type,
-                            const std::string& defaultValue);
-
     void AddAttachment(int64_t id,
                        const FileInfo& attachment);