mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 10:20:57 +00:00
Remove unused variables
This commit is contained in:
parent
85dbeeb8f9
commit
2b4bfdb91d
@ -268,8 +268,7 @@ static int action_start_core_setting(unsigned type,
|
||||
|
||||
static int action_start_playlist_association(unsigned type, const char *label)
|
||||
{
|
||||
int i, next, found, current = 0;
|
||||
char core_path[PATH_MAX_LENGTH] = {0};
|
||||
int found;
|
||||
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
||||
global_t *global = global_get_ptr();
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
Loading…
x
Reference in New Issue
Block a user