diff SQLite/Plugins/SQLiteIndex.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/SQLite/Plugins/SQLiteIndex.h	Thu Mar 18 12:24:28 2021 +0100
+++ b/SQLite/Plugins/SQLiteIndex.h	Thu Mar 18 14:52:06 2021 +0100
@@ -58,7 +58,6 @@
       }
     };
 
-    OrthancPluginContext*  context_;
     std::string            path_;
     bool                   fast_;
 
@@ -69,11 +68,6 @@
 
     SQLiteIndex(const std::string& path);
 
-    void SetOrthancPluginContext(OrthancPluginContext* context)
-    {
-      context_ = context;
-    }
-
     void SetFast(bool fast)
     {
       fast_ = fast;