forked from len0rd/rockbox
Database: Remove firstpos/pos_history
From what I can tell, this is unused historical baggage that has no effect whatsoever these days. Change-Id: I1b6fed64e7bf5cc4db4ec028617c818c59d81324
This commit is contained in:
parent
ca908d6336
commit
9da3044cf7
3 changed files with 1 additions and 11 deletions
|
|
@ -81,10 +81,6 @@ struct tree_context {
|
|||
* (used when we want to return back to a previouws directory)*/
|
||||
int selected_item_history[MAX_DIR_LEVELS];
|
||||
|
||||
int firstpos; /* which dir entry is on first
|
||||
position in dir buffer */
|
||||
int pos_history[MAX_DIR_LEVELS];
|
||||
|
||||
int *dirfilter; /* file use */
|
||||
int filesindir; /* The number of files in the dircache */
|
||||
int dirsindir; /* file use */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue