Salome HOME
Remove extra files
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMiddle.h
index fadcadab295093a42f59c7a696feb116f180ce89..6ab5400fb09b15808bf7cd94a4b13740083fc578 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