Cleanup push_list

This commit is contained in:
twinaphex 2014-10-15 21:30:20 +02:00
parent ed7bda43ca
commit 280730638d

View File

@ -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);