mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Remove unused variable
This commit is contained in:
parent
ccfd9a8937
commit
410d97dfb0
@ -378,7 +378,6 @@ static void mui_render_messagebox(mui_handle_t *mui,
|
|||||||
{
|
{
|
||||||
unsigned i, width, height;
|
unsigned i, width, height;
|
||||||
int x, y, font_size, longest = 0, longest_width = 0;
|
int x, y, font_size, longest = 0, longest_width = 0;
|
||||||
settings_t *settings = config_get_ptr();
|
|
||||||
struct string_list *list = (struct string_list*)
|
struct string_list *list = (struct string_list*)
|
||||||
string_split(message, "\n");
|
string_split(message, "\n");
|
||||||
void *fb_buf;
|
void *fb_buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user