mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-07 19:01:14 +00:00
(RGUI) Get rid of unused variable
This commit is contained in:
parent
fb149fbab6
commit
b940ca9b79
@ -412,8 +412,6 @@ static void *rgui_init(void)
|
||||
free(menu);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
rgui_handle_t *rgui = (rgui_handle_t*)menu->userdata;
|
||||
|
||||
menu->frame_buf = (uint16_t*)malloc(400 * 240 * sizeof(uint16_t));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user