mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-15 23:28:48 +00:00
Cleanup push_list
This commit is contained in:
parent
ed7bda43ca
commit
280730638d
@ -162,8 +162,6 @@ int push_list(menu_handle_t *menu,
|
||||
unsigned menu_type)
|
||||
{
|
||||
unsigned i;
|
||||
size_t list_size = 0;
|
||||
bool do_action = false;
|
||||
|
||||
#if 0
|
||||
RARCH_LOG("Label is: %s\n", label);
|
||||
@ -341,12 +339,6 @@ int push_list(menu_handle_t *menu,
|
||||
menu->parameter_shader = shader;
|
||||
}
|
||||
|
||||
if (do_action)
|
||||
{
|
||||
driver.menu->scroll_indices_size = 0;
|
||||
entries_refresh(list);
|
||||
}
|
||||
|
||||
if (driver.menu_ctx && driver.menu_ctx->populate_entries)
|
||||
driver.menu_ctx->populate_entries(menu, path, label, menu_type);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user