Salome HOME
Using test for testing number of sub-shapes.
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMiddle.h
index fadcadab295093a42f59c7a696feb116f180ce89..bc0053b207d9b476aedab7b36f7bbe368f0eb984 100644 (file)
@@ -22,11 +22,8 @@ public:
   virtual ~SketchSolver_ConstraintMiddle() {}
 
   /// \brief Notify constraint, that coincidence appears or removed
-  virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, EntityWrapperPtr theCoincAttr2);
-
-protected:
-  /// \brief This method is used in derived objects to check consistence of constraint.
-  virtual void adjustConstraint();
+  virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1,
+                                        EntityWrapperPtr theCoincAttr2);
 };
 
 #endif