Salome HOME
refs #249 - Undo after Join selected sections operation works not properly
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Operation.hxx
index 1b83cd51771d36cd35434ebd440f4805196eebdb..7650cdf5ddafd7d8e1d1a52b183ee6ad18161cfc 100644 (file)
@@ -77,7 +77,6 @@ public:
    * It is applicable to the following operations:
    * <UL>
    *   <LI>Clear</LI>
-   *   <LI>Join (without arguments)</LI>
    * </UL>
    * @return true in case of success; false otherwise.
    */
@@ -119,17 +118,6 @@ public:
   bool init(const Type theType, 
     const CurveCreator_ICurve::SectionToPointList &theParamList1);
 
-  /**
-   * This method initializes the object with an operation with three integer
-   * parameters. It is applicable to the following operations:
-   * <UL>
-   *   <LI>RemovePoints</LI>
-   * </UL>
-   * @return true in case of success; false otherwise.
-   */
-  bool init(const Type theType, const int theIntParam1,
-            const int theIntParam2, const int theIntParam3);
-
   /**
    * This method initializes the object with an operation with one
    * CurveCreator::Coordinates parameter and one integer parameter.