Salome HOME
Refactoring
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index 13bca294ab715d73c53b84258e6d3a3733d1c9c6..ed872eee3304b8a3db83319b2327002f3c71b021 100644 (file)
@@ -505,11 +505,6 @@ public:
    */
   SALOMEDS::SObject_ptr GetAlgoSO(const ::SMESH_Algo* algo);
 
-  void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters);
-  char* GetParameters(CORBA::Object_ptr theObject);
-  char* ParseParameters(const char* theParameters);
-  
 private:
   // Create hypothesis of given type
   SMESH::SMESH_Hypothesis_ptr createHypothesis( const char* theHypName,