Remove unused variables
This commit is contained in:
parent
85dbeeb8f9
commit
2b4bfdb91d
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue