diff options
Diffstat (limited to 'apps/radio/radio_skin.c')
-rw-r--r-- | apps/radio/radio_skin.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/radio/radio_skin.c b/apps/radio/radio_skin.c index 90aa977e56..4d90c4e241 100644 --- a/apps/radio/radio_skin.c +++ b/apps/radio/radio_skin.c @@ -41,7 +41,7 @@ char* default_radio_skin(enum screen_type screen) { (void)screen; - static char default_fms[] = + static char default_fms[] = "%s%?Ti<%Ti. |>%?Tn<%Tn|%Tf>\n" "%Sx(Station:) %tf MHz\n" "%?St(force fm mono)<%Sx(Force Mono)|%?ts<%Sx(Stereo)|%Sx(Mono)>>\n" @@ -49,9 +49,6 @@ char* default_radio_skin(enum screen_type screen) #ifdef HAVE_RADIO_RSSI "%Sx(Signal strength:) %tr dBuV\n" #endif -#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR) - "%?Rr<%Sx(Time:) %Rh:%Rn:%Rs|%?St(prerecording time)<%pm|%Sx(Prerecord Time) %Rs>>\n" -#endif "%pb\n" #ifdef HAVE_RDS_CAP "\n%s%ty\n" |