X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_OverconstraintListener.h;h=3e8e5616ec90365ea30cef7e88dae630f71310b2;hb=031179ada6681b874314c450eeda806f9f8abd28;hp=772d00987a8ec81eb3fe825566acdbfa8e2a9fd3;hpb=97aee822b8dafeef375b8d11da7ab600cfd38db8;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_OverconstraintListener.h b/src/PartSet/PartSet_OverconstraintListener.h index 772d00987..3e8e5616e 100755 --- a/src/PartSet/PartSet_OverconstraintListener.h +++ b/src/PartSet/PartSet_OverconstraintListener.h @@ -61,11 +61,6 @@ protected: /// \return boolean value whether the list differs from the internal list bool repairConflictingObjects(const std::set& theObjects); - /// Obtains the object custom AIS presentation and change conflicting state if it exists - /// \param theObject the object which presentation error state should be changed - /// \param theConflicting if true, the object state is erroneous, else correct - void setConflictingObject(const ObjectPtr& theObject, const bool theConflicting); - /// Sends update object signal for each object in the container and flush it. /// \param theObjects a list of object to be redisplayed void redisplayObjects(const std::set& theObjects);