Salome HOME
Issue #2092: Middle constraint not removed when creating a fillet
[modules/shaper.git] / src / Model / Model_Session.h
index d9f9f2c2d0b63d450257463beeaf9d9be0f4deb2..2afa84a26b292305e6aa4c143f7bd792028cf110 100644 (file)
@@ -128,9 +128,6 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
   /// Returns the global identifier of the current transaction (needed for the update algo)
   MODEL_EXPORT virtual int transactionID();
 
-  /// Load plugin by its name
-  MODEL_EXPORT virtual void forceLoadPlugin(const std::string& thePluginName);
-
  protected:
   /// Loads (if not done yet) the information about the features and plugins
   void LoadPluginsInfo();