Remove unused variable

This commit is contained in:
Twinaphex 2019-09-22 04:40:01 +02:00
parent ed29c6f59c
commit c2b26a3cd9

View File

@ -19127,7 +19127,6 @@ static void video_driver_frame(const void *data, unsigned width,
if (video_driver_frame_count)
{
size_t buf_pos = 1; /* set this to 1 to avoid an offset issue */
settings_t *settings = configuration_settings;
unsigned write_index =
video_driver_frame_time_count++ &
(MEASURE_FRAME_TIME_SAMPLES_COUNT - 1);