From 11dd5c795c0cd5709e7010561bbae52bb991be5e Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 24 May 2007 22:41:04 +0000 Subject: Remove unused struct members git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13491 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/tree.h b/apps/tree.h index 5c808e8df7..0d783b4b0e 100644 --- a/apps/tree.h +++ b/apps/tree.h @@ -45,8 +45,6 @@ struct tree_context { int firstpos; /* which dir entry is on first position in dir buffer */ int pos_history[MAX_DIR_LEVELS]; - int dirpos[MAX_DIR_LEVELS]; /* the dirstart history */ - int cursorpos[MAX_DIR_LEVELS]; /* the dircursor history */ int *dirfilter; /* file use */ int filesindir; /* The number of files in the dircache */ -- cgit v1.2.3