Salome HOME
*** empty log message ***
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddSubMeshOp.cxx
index d43d475864c9c4ffb788da5e46bd56290ecc09c2..b7209fa88778aa3b0734be5c707a2ccb649776d2 100644 (file)
@@ -334,15 +334,3 @@ void SMESHGUI_AddSubMeshOp::onNameChanged( const QString& )
 {
   updateDialog();
 }
-
-//=================================================================================
-// function : isValid
-// purpose  :
-//=================================================================================
-bool SMESHGUI_AddSubMeshOp::isValid( SUIT_Operation* theOtherOp ) const
-{
-  //if ( theOtherOp && theOtherOp->inherits( "SMESHGUI_InitMeshOp" ) )
-    return true;
-  /*else
-    return false;*/
-}