Remove unused variables
This commit is contained in:
parent
3cffd19f2a
commit
bbcdc18801
|
@ -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())
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue