Salome HOME
setDisplayed has to be called in order to synchronize internal state of the object
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_MultiTranslation.h
index 18e3c4afc93e100ff3bdc93592b37aac67af93d6..f741d2ee722f3b8942762b54f6e2bc8ea6a540a3 100644 (file)
@@ -80,7 +80,6 @@ class SketchPlugin_MultiTranslation : public SketchPlugin_ConstraintBase
 
 private:
   ObjectPtr copyFeature(ObjectPtr theObject);
-  void shiftFeature(ObjectPtr theInitial, ObjectPtr theTarget, double theDeltaX, double theDeltaY);
 };
 
 #endif