From c2b26a3cd981dcc07184fb3b9a7aeca56c6d6a53 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 22 Sep 2019 04:40:01 +0200 Subject: [PATCH] Remove unused variable --- retroarch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index e4af47348d..e0c569fc41 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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);