1
0
Fork 0
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:
Christian Soffke 2022-10-31 20:57:49 +01:00 committed by Aidan MacDonald
parent ca908d6336
commit 9da3044cf7
3 changed files with 1 additions and 11 deletions

View file

@ -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 */