Cleanup unused variables

This commit is contained in:
Twinaphex 2016-07-10 00:08:54 +02:00
parent 97fb56b334
commit 20d7987d27
3 changed files with 2 additions and 2 deletions

View File

@ -818,7 +818,6 @@ static int action_ok_playlist_entry_collection(const char *path,
{
size_t selection;
menu_content_ctx_playlist_info_t playlist_info;
int ret = 0;
char new_core_path[PATH_MAX_LENGTH] = {0};
size_t selection_ptr = 0;
playlist_t *playlist = NULL;

View File

@ -816,8 +816,10 @@ static void mui_frame(void *data)
uint32_t font_hover_color = 0x212121ff;
uint32_t font_header_color = 0xffffffff;
#if 0
uint32_t activetab_color = 0x0096f2ff;
uint32_t passivetab_color = 0x9e9e9eff;
#endif
if (!mui)
return;

View File

@ -3221,7 +3221,6 @@ static int menu_displaylist_parse_playlists_horizontal(
size_t i, list_size;
struct string_list *str_list = NULL;
unsigned items_found = 0;
settings_t *settings = config_get_ptr();
if (!*info->path)
{