Salome HOME
Implement lcc() method in SalomeApp_Application class to get instance of SALOME_LifeC...
[modules/gui.git] / src / SalomeApp / SalomeApp_Module.cxx
index d1cc44ba1b8c881030c2e1ce3becf4191c6c8a1a..4eb303e59d25573ed5c5604bba9dab31409d3e0b 100644 (file)
@@ -65,15 +65,6 @@ void SalomeApp_Module::viewManagers( QStringList& ) const
 {
 }
 
-QString SalomeApp_Module::engineIOR() const
-{
-  // Return an empty string by default, to avoid any "default behavior".
-  // It means that SALOMEDS persistence is not used by a module by default.
-  // Each module can override this method to return either its actual engine's IOR,
-  // or simple the result returned by SalomeApp_Application::defaultEngineIOR()
-  return QString( "" );
-}
-
 SalomeApp_Application* SalomeApp_Module::getApp() const
 {
   return (SalomeApp_Application*)application();