]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.hxx
Harald JOHNSEN:
[simgear.git] / simgear / props / props.hxx
index 75da1a0c8e49fc93c279600c26d135c7613966db..9ce7df4bf52524d315366884ae72b97b292da427 100644 (file)
@@ -707,16 +707,10 @@ public:
 
 
   /**
-   * Remove a child node (returns true if at least one node had to remain,
-   * because it was tied, aliased, or refcounted through SGPropertyNode_ptr.
+   * Remove a child node
    */
-  bool removeChild (const char * name, int index = 0, bool keep = true);
-
-
-  /**
-   * Remove all children nodes, or all with a given name.
-   */
-  bool removeChildren(const char * name = 0);
+  SGPropertyNode_ptr removeChild (const char * name, int index = 0,
+                                  bool keep = true);
 
 
   //