From 7f0dfe797d6608c15139970bb28e7f2e472b1cee Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Thu, 5 Jan 2023 09:18:20 +0100 Subject: [PATCH] (GL3) Comment out this variable that is not used --- gfx/drivers/gl3.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/drivers/gl3.c b/gfx/drivers/gl3.c index 0ceacb92b1..73ff2f0a75 100644 --- a/gfx/drivers/gl3.c +++ b/gfx/drivers/gl3.c @@ -1860,7 +1860,9 @@ static bool gl3_frame(void *data, const void *frame, &video_info->osd_stat_params; const char *stat_text = video_info->stat_text; bool statistics_show = video_info->statistics_show; +#if 0 bool msg_bgcolor_enable = video_info->msg_bgcolor_enable; +#endif unsigned black_frame_insertion = video_info->black_frame_insertion; unsigned hard_sync_frames = video_info->hard_sync_frames;