summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-04-09 10:30:11 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-04-09 10:30:11 +0000
commitdcb4aa242b5180214b899004c3860364c4466a1e (patch)
tree16bf60dc376d597d92cc51f3af232c416f746559
parent84789c6f6dceb47fdfd30f325b1c2cd50e535238 (diff)
downloadrockbox-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
-rw-r--r--apps/tree.h1
-rw-r--r--docs/CREDITS1
2 files changed, 1 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 {
63 int extra_history[MAX_DIR_LEVELS]; /* db use */ 63 int extra_history[MAX_DIR_LEVELS]; /* db use */
64 int currtable; /* db use */ 64 int currtable; /* db use */
65 int currextra; /* db use */ 65 int currextra; /* db use */
66 int currextra2; /* db use */
67#endif 66#endif
68 /* A big buffer with plenty of entry structs, 67 /* A big buffer with plenty of entry structs,
69 * contains all files and dirs in the current 68 * contains all files and dirs in the current
diff --git a/docs/CREDITS b/docs/CREDITS
index 95ee473680..e454865ad3 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -288,3 +288,4 @@ Pascal Briehl
288Denis Stanishevskiy 288Denis Stanishevskiy
289Eddy Coman 289Eddy Coman
290Luke Blaney 290Luke Blaney
291Mark Reiche