mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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,
|
enum text_alignment text_align,
|
||||||
unsigned width, unsigned height, font_data_t* font)
|
unsigned width, unsigned height, font_data_t* font)
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
struct font_params params;
|
|
||||||
uint8_t a8;
|
uint8_t a8;
|
||||||
uint32_t color;
|
uint32_t color;
|
||||||
|
settings_t *settings = config_get_ptr();
|
||||||
|
|
||||||
if (alpha > xmb->alpha)
|
if (alpha > xmb->alpha)
|
||||||
alpha = xmb->alpha;
|
alpha = xmb->alpha;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user