summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h4
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 {
81 * (used when we want to return back to a previouws directory)*/ 81 * (used when we want to return back to a previouws directory)*/
82 int selected_item_history[MAX_DIR_LEVELS]; 82 int selected_item_history[MAX_DIR_LEVELS];
83 83
84 int firstpos; /* which dir entry is on first
85 position in dir buffer */
86 int pos_history[MAX_DIR_LEVELS];
87
88 int *dirfilter; /* file use */ 84 int *dirfilter; /* file use */
89 int filesindir; /* The number of files in the dircache */ 85 int filesindir; /* The number of files in the dircache */
90 int dirsindir; /* file use */ 86 int dirsindir; /* file use */