Remove unused variables

This commit is contained in:
twinaphex 2021-11-20 21:43:40 +01:00
parent 7a8b629746
commit 335c24a895

View File

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