Salome HOME
Fix compilation errors (part 2)
[modules/shaper.git] / src / Config / Config_ValidatorReader.h
index 59f6acffb0fc9d63dc6ed0bc672166c3d22b96f5..8c44362fb1269dfad203f805312c8b07c36af9c5 100644 (file)
@@ -35,8 +35,7 @@ class Config_ValidatorReader : public Config_XMLReader
  protected:
   /*!
    * \brief Allows to customize reader's behavior for a node. Virtual.
-   * The default implementation process "source", "validator" and
-   * "selection_filter" nodes.
+   * The default implementation process "source" and "validator" nodes.
    */
   virtual void processNode(xmlNodePtr aNode);
   /*!
@@ -55,11 +54,6 @@ class Config_ValidatorReader : public Config_XMLReader
    * Sends ValidatorLoaded event
    */
   void processValidator(xmlNodePtr theNode);
-  /*!
-   * \brief Retrieves all the necessary info from the SelectionFilter node.
-   * Sends SelectionFilterLoaded event
-   */
-  void processSelectionFilter(xmlNodePtr theNode);
 
  private:
   std::string myCurrentWidget;