mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove unused variables
This commit is contained in:
parent
7a8b629746
commit
335c24a895
1 changed files with 0 additions and 2 deletions
|
@ -1069,7 +1069,6 @@ int generic_action_ok_displaylist_push(const char *path,
|
|||
break;
|
||||
case ACTION_OK_DL_STREAM_CONFIGFILE:
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
info_path = recording_st->config_dir;
|
||||
|
@ -1080,7 +1079,6 @@ int generic_action_ok_displaylist_push(const char *path,
|
|||
case ACTION_OK_DL_RECORD_CONFIGFILE:
|
||||
filebrowser_clear_type();
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
info_path = recording_st->config_dir;
|
||||
|
|
Loading…
Add table
Reference in a new issue