get rid of ACTION_F3 (leftover from Archos days)

Change-Id: I8f602299bbc8caf6c8189361dbd41af31f19c1b3
This commit is contained in:
Solomon Peachy 2020-10-08 19:19:47 -04:00
parent 2e2e899869
commit ff6e175c20
6 changed files with 3 additions and 30 deletions

View file

@ -509,7 +509,6 @@ int handle_radio_presets(void)
next_station(0);
result = 1;
break;
case ACTION_F3:
case ACTION_STD_CONTEXT:
selected_preset = gui_synclist_get_sel_pos(&lists);
do_menu(&handle_radio_preset_menu, NULL, NULL, false);