Get rid of unused variable

This commit is contained in:
Twinaphex 2016-11-03 16:36:42 +01:00
parent 85dd30ca3e
commit 2e7eb72884

View File

@ -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;