]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_InitMeshOp.cxx
Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_InitMeshOp.cxx
index 97467a25d7131c477ce4044cecc7c946ff770b9a..41ef0f6cae2283b9389b230d25ed597e0624b485 100644 (file)
@@ -317,16 +317,3 @@ void SMESHGUI_InitMeshOp::updateDialog()
                    myDlg->hasSelection( SMESHGUI_InitMeshDlg::Algo );
   myDlg->setButtonEnabled( isEnabled, QtxDialog::OK | QtxDialog::Apply );
 }
-
-//=================================================================================
-// function : isValid
-// purpose  :
-//=================================================================================
-bool SMESHGUI_InitMeshOp::isValid( SUIT_Operation* theOtherOp ) const
-{
-  //if ( theOtherOp && theOtherOp->inherits( "SMESHGUI_AddSubMeshOp" ) )
-    return true;
-  /*else
-    return false;
-    */
-}