Skip to content

Commit

Permalink
Unused variables cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 12, 2025
1 parent d2d0e7a commit a167fb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion menu/cbs/menu_cbs_get_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,6 @@ static size_t menu_action_setting_disp_set_label_playlist_associations(file_list
const char *path,
char *s2, size_t len2)
{
size_t _len;
playlist_t *playlist = playlist_get_cached();
const char *core_name = NULL;

Expand Down
1 change: 0 additions & 1 deletion menu/drivers/xmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -7053,7 +7053,6 @@ static void xmb_draw_fullscreen_thumbnails(
float right_thumbnail_draw_height = 0.0f;
float left_thumbnail_draw_width = 0.0f;
float left_thumbnail_draw_height = 0.0f;
float *menu_color = xmb_gradient_ident(xmb_color_theme);
/* XMB doesn't have a proper theme interface, so
* hard-code this alpha value for now... */
float background_alpha = 0.95f;
Expand Down

0 comments on commit a167fb1

Please sign in to comment.