summaryrefslogtreecommitdiffstats
path: root/apps/tree.h
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-10-31 20:57:49 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-11-02 07:19:36 -0400
commit9da3044cf7b16213e91a94f759f8b7e00e35ac09 (patch)
treec0162c63c2ff84b6fb422727f80bdf8992a355fa /apps/tree.h
parentca908d6336f1ab5a089b8f53cdc1dbe5e5a36d2e (diff)
downloadrockbox-9da3044cf7.tar.gz
rockbox-9da3044cf7.zip
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
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/tree.h b/apps/tree.h
index e132fcc191..56fdb2e0bb 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -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 */