1
0
Fork 0
forked from len0rd/rockbox

Remove another tagcache reference from the UI

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11982 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-01-11 09:18:05 +00:00
parent 107d0eb921
commit 991b2eefe9

View file

@ -2291,7 +2291,7 @@ bool debug_menu(void)
#endif
#ifdef HAVE_LCD_BITMAP
#ifdef HAVE_TAGCACHE
{ "View tagcache info", dbg_tagcache_info },
{ "View database info", dbg_tagcache_info },
#endif
#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR)
{ "View audio thread", dbg_audio_thread },