mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 12:17:04 +00:00
Get rid of unused variable
This commit is contained in:
parent
85dd30ca3e
commit
2e7eb72884
@ -646,10 +646,9 @@ static void xmb_draw_text(xmb_handle_t *xmb,
|
||||
enum text_alignment text_align,
|
||||
unsigned width, unsigned height, font_data_t* font)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
struct font_params params;
|
||||
uint8_t a8;
|
||||
uint32_t color;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (alpha > xmb->alpha)
|
||||
alpha = xmb->alpha;
|
||||
|
Loading…
Reference in New Issue
Block a user