Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddMeshElementDlg.cxx
index 55629dfb7945b94e3e3d2c96bb0082a26426763a..707d1d4fb9298b56b241619895836e579b402259 100644 (file)
@@ -129,12 +129,3 @@ bool SMESHGUI_AddMeshElementDlg::isReverse() const
   else
     return false;
 }
-
-//=================================================================================
-// function : ~SMESHGUI_AddMeshElementDlg()
-// purpose  : Destroys the object and frees any allocated resources
-//=================================================================================
-void SMESHGUI_AddMeshElementDlg::setBusy( const bool b )
-{
-  myIsBusy = b;
-}