Remove unused local variables

This commit is contained in:
twinaphex 2015-12-11 13:29:15 +01:00
parent 23f1bf63c0
commit ab9c52e03e
2 changed files with 0 additions and 2 deletions

View File

@ -589,7 +589,6 @@ void *menu_init(const void *data)
{
menu_handle_t *menu = NULL;
menu_ctx_driver_t *menu_ctx = (menu_ctx_driver_t*)data;
global_t *global = global_get_ptr();
settings_t *settings = config_get_ptr();
if (!menu_ctx)

View File

@ -1605,7 +1605,6 @@ int rarch_defer_core(void *data, const char *dir,
const core_info_t *info = NULL;
size_t supported = 0;
core_info_list_t *core_info = (core_info_list_t*)data;
global_t *global = global_get_ptr();
#ifdef HAVE_MENU
uint32_t menu_label_hash = msg_hash_calculate(menu_label);
#endif