Remove unused variables

This commit is contained in:
twinaphex 2017-01-05 22:18:09 +01:00
parent 3cffd19f2a
commit bbcdc18801
2 changed files with 0 additions and 3 deletions

View File

@ -495,7 +495,6 @@ static void video_monitor_compute_fps_statistics(void)
double avg_fps = 0.0;
double stddev = 0.0;
unsigned samples = 0;
settings_t *settings = config_get_ptr();
if (video_driver_is_threaded())
{

View File

@ -100,8 +100,6 @@ void menu_display_toggle_set_reason(enum menu_toggle_reason reason)
static const char *menu_video_get_ident(void)
{
#ifdef HAVE_THREADS
settings_t *settings = config_get_ptr();
if (video_driver_is_threaded())
return video_thread_get_ident();
#endif