diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 199:8cae98f73d53

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 14:52:06 +0100
parents 3236894320d6
children 42990b2dd51b
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Mar 18 12:24:28 2021 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Thu Mar 18 14:52:06 2021 +0100
@@ -57,7 +57,6 @@
       }
     };
 
-    OrthancPluginContext*  context_;
     PostgreSQLParameters   parameters_;
     bool                   clearAll_;
 
@@ -66,11 +65,6 @@
   public:
     PostgreSQLIndex(const PostgreSQLParameters& parameters);
 
-    void SetOrthancPluginContext(OrthancPluginContext* context)
-    {
-      context_ = context;
-    }
-
     void SetClearAll(bool clear)
     {
       clearAll_ = clear;