mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(GL3) Comment out this variable that is not used
This commit is contained in:
parent
f07a720a31
commit
7f0dfe797d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user