]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ModelWidget.h
Salome HOME
Issue #2206 Avoid the ability to cancel the current sketch when saving,
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.h
index 29dc34733703637174f7e38f1a32ced3624fb384..a1e753fd71c9afd9c9275c75b45ae4123ddc1849 100644 (file)
@@ -250,10 +250,6 @@ Q_OBJECT
   /// \param theObj is updating object
   void updateObject(ObjectPtr theObj);
 
-  /// Sends Move event for the given object
-  /// \param theObj is object for moving
-  static void moveObject(ObjectPtr theObj);
-
   /// Translate passed string with widget context()
   virtual QString translate(const std::string& theStr) const;