mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Woops.. no longer needed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12887 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
da0ee110d9
commit
62ec36c113
1 changed files with 0 additions and 21 deletions
21
apps/tree.c
21
apps/tree.c
|
|
@ -547,27 +547,6 @@ static void set_current_file(char *path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(HAVE_TAGCACHE) && defined(HAVE_QUICKSCREEN)
|
|
||||||
static bool check_changed_id3mode(bool currmode)
|
|
||||||
{
|
|
||||||
if (currmode != (global_settings.dirfilter == SHOW_ID3DB)) {
|
|
||||||
currmode = global_settings.dirfilter == SHOW_ID3DB;
|
|
||||||
if (currmode) {
|
|
||||||
curr_context=CONTEXT_ID3DB;
|
|
||||||
tc.dirlevel = 0;
|
|
||||||
tagtree_load(&tc);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
tc.dirlevel = 0;
|
|
||||||
curr_context=CONTEXT_TREE;
|
|
||||||
ft_load(&tc, NULL);
|
|
||||||
reload_dir = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return currmode;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* main loop, handles key events */
|
/* main loop, handles key events */
|
||||||
static int dirbrowse()
|
static int dirbrowse()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue