1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-05 10:13:51 +00:00

Merge pull request from hhromic/pr-fix

(rgui.c) fix build error due to broken PR
This commit is contained in:
Twinaphex 2019-02-24 14:32:46 +01:00 committed by GitHub
commit 77183b9e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1665,7 +1665,6 @@ static void rgui_render(void *data, bool is_idle)
for (; i < end; i++, y += FONT_HEIGHT_STRIDE)
{
menu_entry_t entry;
char entry_value[255];
char message[255];
char entry_title_buf[255];