diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Tree.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx index 75befe164..218c38544 100644 --- a/src/Fl_Tree.cxx +++ b/src/Fl_Tree.cxx @@ -62,6 +62,7 @@ static void free_path(char **arr) { } } +#if 0 /* unused code -- STR #3169 */ // INTERNAL: Recursively descend 'item's tree hierarchy // accumulating total child 'count' // @@ -72,6 +73,7 @@ static int find_total_children(Fl_Tree_Item *item, int count=0) { } return(count); } +#endif /// Constructor. Fl_Tree::Fl_Tree(int X, int Y, int W, int H, const char *L) : Fl_Group(X,Y,W,H,L) { |
