1
0
Fork 0
forked from len0rd/rockbox

Remove unused struct members

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13491 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-05-24 22:41:04 +00:00
parent 5c7e0d252e
commit 11dd5c795c

View file

@ -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 */