]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.hxx
Harald JOHNSEN:
[simgear.git] / simgear / props / props.hxx
index 9a3e4a7e315065109aac4ee6cc68149bb97c8ad9..9ce7df4bf52524d315366884ae72b97b292da427 100644 (file)
@@ -707,25 +707,12 @@ public:
 
 
   /**
-   * Detach a child node from the tree and return guarded pointr to it.
+   * Remove a child node
    */
-  SGPropertyNode_ptr detachChild (const char * name, int index = 0,
+  SGPropertyNode_ptr removeChild (const char * name, int index = 0,
                                   bool keep = true);
 
 
-  /**
-   * Remove a child node. Returns "true" if at least one node had to remain,
-   * because it was tied, aliased, or refcounted through SGPropertyNode_ptr.
-   */
-  bool removeChild (const char * name, int index = 0);
-
-
-  /**
-   * Remove all children nodes, or all with a given name.
-   */
-  bool removeChildren(const char * name = 0);
-
-
   //
   // Alias support.
   //