Salome HOME
Merge branch 'V9_2_BR'
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_StudyBuilder.hxx
index 37336327f261f75f283475ba2a2ff75d12713e13..ebb138633caf72019d76494ed00543dea7a03b95 100644 (file)
@@ -58,7 +58,6 @@ public:
   virtual void RemoveComponent(const _PTR(SComponent)& theSCO);
   virtual _PTR(SObject) NewObject(const _PTR(SObject)& theFatherObject);
   virtual _PTR(SObject) NewObjectToTag(const _PTR(SObject)& theFatherObject, int theTag);
-  virtual void AddDirectory(const std::string& thePath);
   virtual void LoadWith(const _PTR(SComponent)& theSCO, const std::string& theIOR);
   virtual void Load(const _PTR(SObject)& theSCO);
   virtual void RemoveObject(const _PTR(SObject)& theSO);