Salome HOME
Merge branch 'Dev_1.1.0' of newgeom:newgeom into Dev_1.1.0
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintRigid.h
index 93de5836226da0e16e3e5750b81056ae415c7aa9..4cde524793f1161767233c140efd1f403a023941 100644 (file)
@@ -67,9 +67,6 @@ private:
   /// \return \c true, if the Equal constrait is found
   bool isUsedInEqual(const Slvs_Entity& theEntity, Slvs_Constraint& theEqual) const;
 
-  /// \brief Verifies the entity is already fixed
-  bool isFixed(const Slvs_Entity& theEntity) const;
-
 protected:
   FeaturePtr myBaseFeature; ///< fixed feature (when it is set, myBaseConstraint should be NULL)
 };