Merge pull request #8358 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

View File

@ -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];