mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
unused variable
This commit is contained in:
parent
a619563bc7
commit
c4a24dfe97
@ -446,7 +446,7 @@ void SMESHGUI_DuplicateNodesDlg::onSelectionChanged()
|
|||||||
|
|
||||||
SALOME_ListIO aList;
|
SALOME_ListIO aList;
|
||||||
mySelectionMgr->selectedObjects( aList );
|
mySelectionMgr->selectedObjects( aList );
|
||||||
int aNbSel = aList.Extent();
|
//int aNbSel = aList.Extent();
|
||||||
|
|
||||||
QList<SMESH::SMESH_GroupBase_var> aGroups;
|
QList<SMESH::SMESH_GroupBase_var> aGroups;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user