summaryrefslogtreecommitdiffstats
path: root/apps/tree.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-05-24 22:41:04 +0000
committerNils Wallménius <nils@rockbox.org>2007-05-24 22:41:04 +0000
commit11dd5c795c0cd5709e7010561bbae52bb991be5e (patch)
tree204d4d771a65dc059a6aad29b29b47f6890eb0d5 /apps/tree.h
parent5c7e0d252ed698c2a92c474e5748ec965e7cfd06 (diff)
downloadrockbox-11dd5c795c0cd5709e7010561bbae52bb991be5e.tar.gz
rockbox-11dd5c795c0cd5709e7010561bbae52bb991be5e.zip
Remove unused struct members
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13491 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 5c808e8df7..0d783b4b0e 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 */