diff OrthancServer/ServerContext.h @ 1753:faf2ecab3472 db-changes

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 27 Oct 2015 20:31:34 +0100
parents fb569ee09a69
children 98abb8d7f905
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h	Tue Oct 27 17:45:05 2015 +0100
+++ b/OrthancServer/ServerContext.h	Tue Oct 27 20:31:34 2015 +0100
@@ -261,12 +261,5 @@
 #endif
 
     bool HasPlugins() const;
-
-    
-    bool Apply(std::list<std::string>& result,
-               ::Orthanc::LookupResource& lookup)
-    {
-      return index_.Apply(result, lookup, area_);
-    }
   };
 }