mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-04 09:03:24 +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;
|
||||
int x, y, font_size, longest = 0, longest_width = 0;
|
||||
settings_t *settings = config_get_ptr();
|
||||
struct string_list *list = (struct string_list*)
|
||||
string_split(message, "\n");
|
||||
void *fb_buf;
|
||||
|
Loading…
Reference in New Issue
Block a user