mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +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)
|
static int action_start_playlist_association(unsigned type, const char *label)
|
||||||
{
|
{
|
||||||
int i, next, found, current = 0;
|
int found;
|
||||||
char core_path[PATH_MAX_LENGTH] = {0};
|
|
||||||
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
char new_playlist_cores[PATH_MAX_LENGTH] = {0};
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user