remove unused variables

This commit is contained in:
Twinaphex 2015-06-08 14:37:39 +02:00
parent 4bc3e0e720
commit 7b0d29b5fc
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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;