X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintMultiTranslation.h;h=7c93d6d0e156c29df701e66d74ee16713bd26568;hb=383021cb51c4720904096ca851db5ee79255b402;hp=59cb06f9342d0e00c4bad06151df5f28c30dfaf2;hpb=fd7266e083c3fb837b8b195b1db746fdbd7b2be8;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintMultiTranslation.h b/src/SketchSolver/SketchSolver_ConstraintMultiTranslation.h index 59cb06f93..7c93d6d0e 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMultiTranslation.h +++ b/src/SketchSolver/SketchSolver_ConstraintMultiTranslation.h @@ -56,7 +56,6 @@ private: private: AttributePoint2DPtr myStartPointAttribute; AttributePoint2DPtr myEndPointAttribute; - bool myIsFullValue; double myDelta[2]; ///< increment of translation };