(Zarch) Remove double entry in menu stack

This commit is contained in:
twinaphex 2015-10-27 09:18:37 +01:00
parent c8ca6dc3df
commit 88060f7142

View File

@ -1322,7 +1322,6 @@ static bool zarch_menu_init_list(void *data)
strlcpy(info.label, menu_hash_to_str(MENU_VALUE_HISTORY_TAB), sizeof(info.label));
menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0);
menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0);
event_command(EVENT_CMD_HISTORY_INIT);