mirror of
https://github.com/libretro/RetroArch
synced 2025-04-25 09:02:44 +00:00
remove unused variables
This commit is contained in:
parent
4bc3e0e720
commit
7b0d29b5fc
@ -748,8 +748,6 @@ int menu_entries_cbs_init_bind_title(menu_file_list_cbs_t *cbs,
|
|||||||
const char *elem0, const char *elem1,
|
const char *elem0, const char *elem1,
|
||||||
uint32_t label_hash, uint32_t menu_label_hash)
|
uint32_t label_hash, uint32_t menu_label_hash)
|
||||||
{
|
{
|
||||||
driver_t *driver = driver_get_ptr();
|
|
||||||
|
|
||||||
if (!cbs)
|
if (!cbs)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
@ -4429,7 +4429,6 @@ static bool setting_append_list_video_options(
|
|||||||
rarch_setting_group_info_t subgroup_info = {0};
|
rarch_setting_group_info_t subgroup_info = {0};
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
video_viewport_t *custom_vp = video_viewport_get_custom();
|
|
||||||
|
|
||||||
(void)global;
|
(void)global;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user