Salome HOME
Task "Make the size of the selection area even bigger, especially for points"
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMultiTranslation.h
index 59cb06f9342d0e00c4bad06151df5f28c30dfaf2..7c93d6d0e156c29df701e66d74ee16713bd26568 100644 (file)
@@ -56,7 +56,6 @@ private:
 private:
   AttributePoint2DPtr myStartPointAttribute;
   AttributePoint2DPtr myEndPointAttribute;
-  bool                myIsFullValue;
 
   double myDelta[2]; ///< increment of translation
 };