1
0
Fork 0
forked from len0rd/rockbox

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

@ -743,17 +743,6 @@ static int dirbrowse(void)
}
break;
#endif
#ifdef BUTTON_F3
case ACTION_F3:
/* don't enter f3 from plugin browser */
if (*tc.dirfilter < NUM_FILTER_MODES)
{
if (quick_screen_f3(ACTION_F3))
reload_dir = true;
restore = true;
}
break;
#endif
#ifdef HAVE_HOTKEY
case ACTION_TREE_HOTKEY: