Fix 'value stored to variable 'playlist' is never read' warning
This commit is contained in:
parent
8e1e20fc5d
commit
177c96a382
|
@ -573,7 +573,7 @@ static int action_ok_playlist_entry_collection(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;
|
||||||
playlist_t *playlist = g_defaults.history;
|
playlist_t *playlist = NULL;
|
||||||
bool is_history = true;
|
bool is_history = true;
|
||||||
const char *entry_path = NULL;
|
const char *entry_path = NULL;
|
||||||
const char *entry_label = NULL;
|
const char *entry_label = NULL;
|
||||||
|
|
Loading…
Reference in New Issue