Remove unused variables

This commit is contained in:
Twinaphex 2020-09-15 19:38:07 +02:00
parent cec774ba3b
commit 3b24bb21e5
1 changed files with 1 additions and 2 deletions

View File

@ -1202,7 +1202,6 @@ void rcheevos_pause_hardcore(void)
bool rcheevos_unload(void)
{
bool running = false;
unsigned i = 0, count = 0;
settings_t* settings = config_get_ptr();
CHEEVOS_LOCK(rcheevos_locals.task_lock);