summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-01-11 09:18:05 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-01-11 09:18:05 +0000
commit991b2eefe95e8f758438051cd6ff829bc985dbac (patch)
tree0279b84d058e09cf11962e248896d5b39b22a3e5 /apps/debug_menu.c
parent107d0eb921adde77a8928b61a2de3e97ede7ef66 (diff)
downloadrockbox-991b2eefe95e8f758438051cd6ff829bc985dbac.tar.gz
rockbox-991b2eefe95e8f758438051cd6ff829bc985dbac.zip
Remove another tagcache reference from the UI
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11982 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 083dddbd74..081bf2f63e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2291,7 +2291,7 @@ bool debug_menu(void)
2291#endif 2291#endif
2292#ifdef HAVE_LCD_BITMAP 2292#ifdef HAVE_LCD_BITMAP
2293#ifdef HAVE_TAGCACHE 2293#ifdef HAVE_TAGCACHE
2294 { "View tagcache info", dbg_tagcache_info }, 2294 { "View database info", dbg_tagcache_info },
2295#endif 2295#endif
2296#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) 2296#if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR)
2297 { "View audio thread", dbg_audio_thread }, 2297 { "View audio thread", dbg_audio_thread },