Remove unused variable

This commit is contained in:
reallibretroadmin 2023-01-24 04:52:31 +01:00
parent 1a93bb3844
commit 64bee66ba9

View File

@ -172,7 +172,6 @@ static void menu_action_setting_disp_set_label_override_file_info(
const char *path,
char *s2, size_t len2)
{
runloop_state_t *runloop_st = runloop_state_get_ptr();
const char *override_path = path_get(RARCH_PATH_CONFIG_OVERRIDE);
const char *override_file = NULL;