1
0
Fork 0
forked from len0rd/rockbox

Change an #ifdef CONFIG_TUNER into #if CONFIG_TUNER (CONFIG_TUNER is always defined, just 0 if no there is no tuner)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28536 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2010-11-08 20:45:14 +00:00
parent 23cf4ad82f
commit 0322ab1d19

View file

@ -364,7 +364,7 @@ static const struct button_mapping* get_context_mapping_remote( int context )
case CONTEXT_CUSTOM|CONTEXT_TREE: case CONTEXT_CUSTOM|CONTEXT_TREE:
return remote_button_context_tree; return remote_button_context_tree;
#ifdef CONFIG_TUNER #if CONFIG_TUNER
case CONTEXT_FM: case CONTEXT_FM:
return remote_button_context_radio; return remote_button_context_radio;
#endif #endif