Salome HOME
Issue #2167: error when create circle
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintPerpendicular.h
index f0998fa14204781386987a92e4e54628a9ed2b20..3dc6f589b8339c8e00e6c45cd253024b52ae796c 100644 (file)
@@ -11,8 +11,6 @@
 #include <SketchPlugin_Sketch.h>
 #include "SketchPlugin_ConstraintBase.h"
 
-#define PERPENDICULAR_COLOR "#ffff00"
-
 /** \class SketchPlugin_ConstraintPerpendicular
  *  \ingroup Plugins
  *  \brief Feature for creation of a new constraint for perpendicularity of two lines
@@ -45,11 +43,6 @@ class SketchPlugin_ConstraintPerpendicular : public SketchPlugin_ConstraintBase
   /// Returns the AIS preview
   SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious);
 
-  /// Moves the feature
-  /// \param theDeltaX the delta for X coordinate is moved
-  /// \param theDeltaY the delta for Y coordinate is moved
-  SKETCHPLUGIN_EXPORT virtual void move(const double theDeltaX, const double theDeltaY);
-
   /// \brief Use plugin manager for features creation
   SketchPlugin_ConstraintPerpendicular();
 };