Salome HOME
Fix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.cxx
index 2dbf37e6a2ca595da3aa57cf4372b26017ac6dfd..e5b7d13d986d2022ff33954849fd37ea35969225 100644 (file)
@@ -1181,7 +1181,6 @@ void SMESHGUI_GroupDlg::onObjectSelectionChanged()
       myGeomObjects->length(aNbSel);
 
       GEOM::GEOM_Object_var aGeomGroup;
-      Standard_Boolean testResult;
       int i = 0;
 
       SALOME_ListIteratorOfListIO anIt (aList);