Salome HOME
Merge 'master' branch into 'V9_dev' branch
[modules/kernel.git] / src / ModuleCatalog / SALOME_ModuleCatalog_Acomponent_impl.cxx
index 5ee49c0be2218e1689c822d9c9f25e87a26b0b18..9e574d2747cca4c8d965122c71e9b0b0cfc20c20 100644 (file)
@@ -42,8 +42,7 @@ static int MYDEBUG = 0;
 //----------------------------------------------------------------------
 // Function : SALOME_ModuleCatalog_AcomponentImpl
 // Purpose  : Constructor
-//            Affect the component name, type, icon, and bool to define 
-//            if it's multi-study or not.
+//            Affect the component name, type,icon
 //            Affect too the constraint and the interfaces of the component
 //            and the path prefixes for all computers
 //----------------------------------------------------------------------  
@@ -399,16 +398,6 @@ char* SALOME_ModuleCatalog_AcomponentImpl::componentusername()
   return CORBA::string_dup(_Component.username);
 }
 
-//----------------------------------------------------------------------
-// Function : multistudy
-// Purpose  : define if a component can be multistudy or not
-//----------------------------------------------------------------------
-CORBA::Boolean SALOME_ModuleCatalog_AcomponentImpl::multistudy()
-{
-  return _Component.multistudy ;
-}
-
-
 //----------------------------------------------------------------------
 // Function : implementation type
 // Purpose  : return the implementation type :  C++ (dyn lib), Python (module) or executable