Salome HOME
Fix problem (internal 21002) - "MED file information" command is not shown in popup...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Selection.cxx
index e0e63d4cc60807bdef8d0c501944566e1f42ac94..cc09a369fd13724db692f6bd4a264188788ad728 100644 (file)
@@ -512,7 +512,6 @@ bool SMESHGUI_Selection::isImported( const int ind ) const
   QString e = entry( ind );
   _PTR(SObject) SO = SMESH::GetActiveStudyDocument()->FindObjectID( e.toLatin1().constData() );
   bool res = false;
-  /*
   if( SO )
   {
     SMESH::SMESH_Mesh_var aMesh = SMESH::SMESH_Mesh::_narrow( SMESH::SObjectToObject( SO ) );
@@ -522,7 +521,6 @@ bool SMESHGUI_Selection::isImported( const int ind ) const
       res = strlen( (char*)inf->fileName ) > 0;
     }
   }
-  */
   return res;
 }