Salome HOME
Issue #2112 performance for partition
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.h
index cc6987bd3653898a99c96d804776d1465d37fdff..40984fb03469e9981ef4db83520a3a21f43b5cb3 100644 (file)
@@ -115,9 +115,6 @@ class MODELAPI_EXPORT ModelAPI_Session
   /// Returns the global identifier of the current transaction (needed for the update algo)
   virtual int transactionID() = 0;
 
-  /// Load plugin by its name
-  virtual void forceLoadPlugin(const std::string& thePluginName) = 0;
-
  protected:
   /// Sets the session interface implementation (once per application launch)
   static void setSession(std::shared_ptr<ModelAPI_Session> theManager);