mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
Remove unused referenced variables
This commit is contained in:
parent
5a539a31bd
commit
d2eed0dabe
@ -567,14 +567,11 @@ bool gfx_thumbnail_set_content_playlist(
|
||||
bool gfx_thumbnail_set_icon_playlist(
|
||||
gfx_thumbnail_path_data_t *path_data, playlist_t *playlist, size_t idx)
|
||||
{
|
||||
char content_dir[DIR_MAX_LENGTH];
|
||||
const char *content_path = NULL;
|
||||
const char *content_label = NULL;
|
||||
const char *core_name = NULL;
|
||||
const char *db_name = NULL;
|
||||
const struct playlist_entry *entry = NULL;
|
||||
const char *dir_thumbnails = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!path_data)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user