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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index d89c0be304..77fd324c8f 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -696,10 +696,6 @@ void radio_screen(void)
696 696
697 default: 697 default:
698 default_event_handler(button); 698 default_event_handler(button);
699#ifdef HAVE_RDS_CAP
700 if (tuner_get(RADIO_EVENT))
701 update_type = SKIN_REFRESH_ALL;
702#endif
703 if (!tuner_get(RADIO_PRESENT)) 699 if (!tuner_get(RADIO_PRESENT))
704 { 700 {
705#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR) 701#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR)