Salome HOME
0023299: [CEA] Finalize multi-study removal
[modules/kernel.git] / src / KernelHelpers / SALOME_StudyEditor.hxx
index 23329461d7900ac104f5eb4039f178516be3f8a6..52b98fc5ad891ec75e5f264f1d99315ed1804d13 100644 (file)
@@ -32,7 +32,6 @@
 class KERNELHELPERS_EXPORT SALOME_StudyEditor {
 
 public:
-  SALOME_StudyEditor(int studyId);
   SALOME_StudyEditor(SALOMEDS::Study_ptr study);
 
   typedef std::vector<SALOMEDS::SObject_ptr> SObjectList;
@@ -58,8 +57,6 @@ public:
 protected:
   SALOME_StudyEditor();
   void setStudy(SALOMEDS::Study_ptr study);
-  void setStudyById(int studyId);
-  int getStudyId();
 
   SALOMEDS::Study_var _study;