X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_FilterValidated.cpp;fp=src%2FModuleBase%2FModuleBase_FilterValidated.cpp;h=2a9debb0bdd38f9a1acddef00d820775fcf51bce;hb=8ed331d9f0dc910fdcdfebd6d6e0ac108a79496c;hp=21fe81e3a746e803c41ab3a546310c81d02b0332;hpb=1ba63bcfd84d023788fb707b7bf638b95a0174ef;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_FilterValidated.cpp b/src/ModuleBase/ModuleBase_FilterValidated.cpp index 21fe81e3a..2a9debb0b 100644 --- a/src/ModuleBase/ModuleBase_FilterValidated.cpp +++ b/src/ModuleBase/ModuleBase_FilterValidated.cpp @@ -29,8 +29,6 @@ Standard_Boolean ModuleBase_FilterValidated:: ModuleBase_IViewer* aViewer = myWorkshop->viewer(); Handle(AIS_InteractiveContext) aContext = aViewer->AISContext(); - ModuleBase_Tools::selectionInfo(aContext, "ModuleBase_FilterValidated::IsOk"); - ModuleBase_IPropertyPanel* aPanel = anOperation->propertyPanel(); ModuleBase_ModelWidget* aCurrentWidget = aPanel->preselectionWidget(); if (!aCurrentWidget)