diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tree.h b/apps/tree.h index 5c808e8..0d783b4 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -45,8 +45,6 @@ struct tree_context { int firstpos; /* which dir entry is on first position in dir buffer */ int pos_history[MAX_DIR_LEVELS]; - int dirpos[MAX_DIR_LEVELS]; /* the dirstart history */ - int cursorpos[MAX_DIR_LEVELS]; /* the dircursor history */ int *dirfilter; /* file use */ int filesindir; /* The number of files in the dircache */ |