summaryrefslogtreecommitdiff
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
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
-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 {
45 int firstpos; /* which dir entry is on first 45 int firstpos; /* which dir entry is on first
46 position in dir buffer */ 46 position in dir buffer */
47 int pos_history[MAX_DIR_LEVELS]; 47 int pos_history[MAX_DIR_LEVELS];
48 int dirpos[MAX_DIR_LEVELS]; /* the dirstart history */
49 int cursorpos[MAX_DIR_LEVELS]; /* the dircursor history */
50 48
51 int *dirfilter; /* file use */ 49 int *dirfilter; /* file use */
52 int filesindir; /* The number of files in the dircache */ 50 int filesindir; /* The number of files in the dircache */