mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 09:48:27 +00:00
Remove unused local variables
This commit is contained in:
parent
23f1bf63c0
commit
ab9c52e03e
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user