Salome HOME
Implementation of mechanism of grouping of messages
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintManager.h
index b833f54dc29fa701ff6e3e4046fa2ad320c92cd1..9cbb23bab85a60b03f8b6758f3e2e070ca1d06a1 100644 (file)
@@ -84,9 +84,8 @@ protected:
   void updateEntity(boost::shared_ptr<SketchPlugin_Feature> theFeature);
 
   /** \brief Goes through the list of groups and solve the constraints
-   *  \param[in] needEvent shows that some features are probably updated and Update event should be thrown
    */
-  void resolveConstraints(const bool needEvent);
+  void resolveConstraints();
 
 private:
   class SketchSolver_ConstraintGroup;