Remove unused member

This commit is contained in:
twinaphex 2017-01-19 23:09:50 +01:00
parent 2f175f1a15
commit bc5c2c13f8
2 changed files with 1 additions and 2 deletions

View File

@ -2151,7 +2151,7 @@ void video_driver_frame(const void *data, unsigned width,
video_driver_frame_count++;
video_driver_threaded_unlock();
video_info.monitor_fps_enable = video_monitor_get_fps(&video_info);
video_monitor_get_fps(&video_info);
/* Slightly messy code,
* but we really need to do processing before blocking on VSync

View File

@ -100,7 +100,6 @@ typedef struct video_frame_info
bool fullscreen;
unsigned monitor_index;
bool font_enable;
bool monitor_fps_enable;
char fps_text[128];
uint64_t frame_count;