diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2007-04-09 10:30:11 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2007-04-09 10:30:11 +0000 |
commit | dcb4aa242b5180214b899004c3860364c4466a1e (patch) | |
tree | 16bf60dc376d597d92cc51f3af232c416f746559 /apps | |
parent | 84789c6f6dceb47fdfd30f325b1c2cd50e535238 (diff) | |
download | rockbox-dcb4aa242b5180214b899004c3860364c4466a1e.tar.gz rockbox-dcb4aa242b5180214b899004c3860364c4466a1e.zip |
FS#6997 DB/tree Cleanup - remove unused field "currextra2".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13078 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h index 62157112ea..062dcf9639 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -63,7 +63,6 @@ struct tree_context { int extra_history[MAX_DIR_LEVELS]; /* db use */ int currtable; /* db use */ int currextra; /* db use */ - int currextra2; /* db use */ #endif /* A big buffer with plenty of entry structs, * contains all files and dirs in the current |