summaryrefslogtreecommitdiff
path: root/apps/radio/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r--apps/radio/radio.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index e4b14c843e..f88a63382d 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -154,19 +154,6 @@ int radio_current_frequency(void)
154 return curr_freq; 154 return curr_freq;
155} 155}
156 156
157/* Function to manipulate all yesno dialogues.
158 This function needs the output text as an argument. */
159bool yesno_pop(const char* text)
160{
161 int i;
162 const char *lines[]={text};
163 const struct text_message message={lines, 1};
164 bool ret = (gui_syncyesno_run(&message,NULL,NULL)== YESNO_YES);
165 FOR_NB_SCREENS(i)
166 screens[i].clear_viewport();
167 return ret;
168}
169
170void radio_init(void) 157void radio_init(void)
171{ 158{
172 tuner_init(); 159 tuner_init();