summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FL/Fl_Tree.H7
1 files changed, 0 insertions, 7 deletions
diff --git a/FL/Fl_Tree.H b/FL/Fl_Tree.H
index bd426b212..c365d1ae8 100644
--- a/FL/Fl_Tree.H
+++ b/FL/Fl_Tree.H
@@ -214,13 +214,6 @@ public:
Fl_Tree_Item *find_item(const char *path);
const Fl_Tree_Item *find_item(const char *path) const;
- /// Return the parent for specified \p item.
- ///
- /// \returns item's parent, or 0 if none (root).
- ///
- Fl_Tree_Item *parent(Fl_Tree_Item *item) {
- return(item->parent());
- }
/// Return the item that was last clicked.
///
/// Valid only from within an Fl_Tree::callback().