diff options
Diffstat (limited to 'apps/tree.h')
-rw-r--r-- | apps/tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/tree.h b/apps/tree.h index e132fcc191..56fdb2e0bb 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -81,10 +81,6 @@ struct tree_context { * (used when we want to return back to a previouws directory)*/ int selected_item_history[MAX_DIR_LEVELS]; - int firstpos; /* which dir entry is on first - position in dir buffer */ - int pos_history[MAX_DIR_LEVELS]; - int *dirfilter; /* file use */ int filesindir; /* The number of files in the dircache */ int dirsindir; /* file use */ |