diff --git a/menu/drivers/ozone.c b/menu/drivers/ozone.c index 74148f784e4..5107418813e 100644 --- a/menu/drivers/ozone.c +++ b/menu/drivers/ozone.c @@ -6530,9 +6530,7 @@ static void ozone_hide_fullscreen_thumbnails(ozone_handle_t *ozone, bool animate static void ozone_show_fullscreen_thumbnails(ozone_handle_t *ozone) { - menu_entry_t selected_entry; gfx_animation_ctx_entry_t animation_entry; - const char *thumbnail_label = NULL; file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0); uintptr_t alpha_tag = (uintptr_t)&ozone->animations.fullscreen_thumbnail_alpha; uintptr_t scroll_tag = (uintptr_t)selection_buf; diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index b9504b5da7f..ec69b8241f4 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -4038,10 +4038,8 @@ static void xmb_hide_fullscreen_thumbnails( static void xmb_show_fullscreen_thumbnails( xmb_handle_t *xmb, size_t selection) { - menu_entry_t selected_entry; gfx_animation_ctx_entry_t animation_entry; const char *core_name = NULL; - const char *thumbnail_label = NULL; uintptr_t alpha_tag = (uintptr_t) &xmb->fullscreen_thumbnail_alpha;