Remove some unused variables

This commit is contained in:
Twinaphex 2015-10-26 22:45:12 +01:00
parent 6f0e632f36
commit c02f0c5342
2 changed files with 1 additions and 4 deletions

View File

@ -557,7 +557,6 @@ static int zarch_zui_render_lay_root_recent(zui_t *zui, zui_tabbed_t *tabbed)
{
if (zarch_zui_tab(zui, tabbed, "Recent", (zui->header_selection == 0)))
{
size_t end = menu_entries_get_end();
unsigned size = menu_entries_get_size();
unsigned i, j = 0;
@ -573,7 +572,6 @@ static int zarch_zui_render_lay_root_recent(zui_t *zui, zui_tabbed_t *tabbed)
for (i = zui->recent_dlist_first; i < size; ++i)
{
menu_entry_t entry;
int x2 = 12 + zui->width - 290 - 50;
menu_entries_get(i, &entry);

View File

@ -2281,7 +2281,7 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool ho
int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
{
size_t i, list_size;
size_t i;
int ret = 0;
menu_handle_t *menu = menu_driver_get_ptr();
global_t *global = global_get_ptr();
@ -2853,7 +2853,6 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
size_t cores_names_size;
unsigned cores_paths_len;
size_t cores_paths_size;
const core_info_t *core_info = NULL;
struct string_list *cores_names = string_list_new_special(STRING_LIST_SUPPORTED_CORES_NAMES,
(void*)menu->deferred_path, &cores_names_len, &cores_names_size);
struct string_list *cores_paths = string_list_new_special(STRING_LIST_SUPPORTED_CORES_PATHS,