FS#6997 DB/tree Cleanup - remove unused field "currextra2".

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2007-04-09 10:30:11 +00:00
parent 84789c6f6d
commit dcb4aa242b
2 changed files with 1 additions and 1 deletions

View file

@ -63,7 +63,6 @@ struct tree_context {
int extra_history[MAX_DIR_LEVELS]; /* db use */ int extra_history[MAX_DIR_LEVELS]; /* db use */
int currtable; /* db use */ int currtable; /* db use */
int currextra; /* db use */ int currextra; /* db use */
int currextra2; /* db use */
#endif #endif
/* A big buffer with plenty of entry structs, /* A big buffer with plenty of entry structs,
* contains all files and dirs in the current * contains all files and dirs in the current

View file

@ -288,3 +288,4 @@ Pascal Briehl
Denis Stanishevskiy Denis Stanishevskiy
Eddy Coman Eddy Coman
Luke Blaney Luke Blaney
Mark Reiche