summaryrefslogtreecommitdiff
path: root/apps/radio/presets.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2011-07-21 06:40:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2011-07-21 06:40:01 +0000
commita7c37ea2d04c35628fc1ca9d353df637612303d0 (patch)
tree89df13b75ed199e4d284928cd016d0187706514e /apps/radio/presets.c
parent2f620b8af336d65a7f48f131b1a78ecb0487de36 (diff)
downloadrockbox-a7c37ea2d04c35628fc1ca9d353df637612303d0.tar.gz
rockbox-a7c37ea2d04c35628fc1ca9d353df637612303d0.zip
Pull yesno_pop out of the radio code as it is a nice simple resuasble yesno api worth reusing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30183 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/radio/presets.c')
-rw-r--r--apps/radio/presets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/radio/presets.c b/apps/radio/presets.c
index 77b13f2ed7..26a607ad4b 100644
--- a/apps/radio/presets.c
+++ b/apps/radio/presets.c
@@ -59,8 +59,6 @@ static char filepreset[MAX_PATH]; /* preset filename variable */
59 59
60static int num_presets = 0; /* The number of presets in the preset list */ 60static int num_presets = 0; /* The number of presets in the preset list */
61 61
62bool yesno_pop(const char* text); /* radio.c */
63
64int radio_current_preset(void) 62int radio_current_preset(void)
65{ 63{
66 return curr_preset; 64 return curr_preset;