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
@ -412,8 +412,6 @@ static void *rgui_init(void)
|
|||||||
free(menu);
|
free(menu);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
rgui_handle_t *rgui = (rgui_handle_t*)menu->userdata;
|
|
||||||
|
|
||||||
menu->frame_buf = (uint16_t*)malloc(400 * 240 * sizeof(uint16_t));
|
menu->frame_buf = (uint16_t*)malloc(400 * 240 * sizeof(uint16_t));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user