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 | |
| parent | 84789c6f6dceb47fdfd30f325b1c2cd50e535238 (diff) | |
| download | rockbox-dcb4aa242b5180214b899004c3860364c4466a1e.zip rockbox-dcb4aa242b5180214b899004c3860364c4466a1e.tar.gz rockbox-dcb4aa242b5180214b899004c3860364c4466a1e.tar.bz2 rockbox-dcb4aa242b5180214b899004c3860364c4466a1e.tar.xz | |
FS#6997 DB/tree Cleanup - remove unused field "currextra2".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13078 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/tree.h | 1 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h index 6215711..062dcf9 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 diff --git a/docs/CREDITS b/docs/CREDITS index 95ee473..e454865 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -288,3 +288,4 @@ Pascal Briehl Denis Stanishevskiy Eddy Coman Luke Blaney +Mark Reiche |