mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
Remove unused variables
This commit is contained in:
parent
7a8b629746
commit
335c24a895
@ -1069,7 +1069,6 @@ int generic_action_ok_displaylist_push(const char *path,
|
|||||||
break;
|
break;
|
||||||
case ACTION_OK_DL_STREAM_CONFIGFILE:
|
case ACTION_OK_DL_STREAM_CONFIGFILE:
|
||||||
{
|
{
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
info.type = type;
|
info.type = type;
|
||||||
info.directory_ptr = idx;
|
info.directory_ptr = idx;
|
||||||
info_path = recording_st->config_dir;
|
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:
|
case ACTION_OK_DL_RECORD_CONFIGFILE:
|
||||||
filebrowser_clear_type();
|
filebrowser_clear_type();
|
||||||
{
|
{
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
info.type = type;
|
info.type = type;
|
||||||
info.directory_ptr = idx;
|
info.directory_ptr = idx;
|
||||||
info_path = recording_st->config_dir;
|
info_path = recording_st->config_dir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user