mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanup unused variables
This commit is contained in:
parent
97fb56b334
commit
20d7987d27
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user