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