(menu_cbs_ok.c) Constant variable guards dead code
This commit is contained in:
parent
296c869b4c
commit
36a8c96e29
|
@ -994,7 +994,6 @@ static int action_ok_playlist_entry(const char *path,
|
||||||
size_t selection;
|
size_t selection;
|
||||||
menu_content_ctx_playlist_info_t playlist_info;
|
menu_content_ctx_playlist_info_t playlist_info;
|
||||||
size_t selection_ptr = 0;
|
size_t selection_ptr = 0;
|
||||||
bool playlist_initialized = false;
|
|
||||||
playlist_t *playlist = g_defaults.history;
|
playlist_t *playlist = g_defaults.history;
|
||||||
const char *entry_path = NULL;
|
const char *entry_path = NULL;
|
||||||
const char *entry_label = NULL;
|
const char *entry_label = NULL;
|
||||||
|
@ -1035,13 +1034,8 @@ static int action_ok_playlist_entry(const char *path,
|
||||||
found_associated_core = false;
|
found_associated_core = false;
|
||||||
|
|
||||||
if (!found_associated_core)
|
if (!found_associated_core)
|
||||||
{
|
return action_ok_file_load_with_detect_core(entry_path,
|
||||||
int ret = action_ok_file_load_with_detect_core(entry_path,
|
|
||||||
label, type, selection_ptr, entry_idx);
|
label, type, selection_ptr, entry_idx);
|
||||||
if (playlist_initialized)
|
|
||||||
playlist_free(tmp_playlist);
|
|
||||||
return ret;
|
|
||||||
}
|
|
||||||
|
|
||||||
menu_driver_ctl(RARCH_MENU_CTL_PLAYLIST_GET, &tmp_playlist);
|
menu_driver_ctl(RARCH_MENU_CTL_PLAYLIST_GET, &tmp_playlist);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue