mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-31 08:33:40 +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,
|
||||
uint32_t label_hash, uint32_t menu_label_hash)
|
||||
{
|
||||
driver_t *driver = driver_get_ptr();
|
||||
|
||||
if (!cbs)
|
||||
return -1;
|
||||
|
||||
|
@ -4429,7 +4429,6 @@ static bool setting_append_list_video_options(
|
||||
rarch_setting_group_info_t subgroup_info = {0};
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
video_viewport_t *custom_vp = video_viewport_get_custom();
|
||||
|
||||
(void)global;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user