Cleanup - remove unused variable

This commit is contained in:
Twinaphex 2020-09-22 04:52:31 +02:00
parent 77abaac79c
commit b59c5f6ff9
1 changed files with 4 additions and 5 deletions

View File

@ -696,12 +696,11 @@ static int rcheevos_parse(
const char* json) const char* json)
{ {
char buffer[256]; char buffer[256];
settings_t *settings = config_get_ptr(); settings_t *settings = config_get_ptr();
int i = 0; unsigned j = 0;
unsigned j = 0; unsigned count = 0;
unsigned count = 0;
rcheevos_ralboard_t* lboard = NULL; rcheevos_ralboard_t* lboard = NULL;
int res = rcheevos_get_patchdata( int res = rcheevos_get_patchdata(
json, &locals->patchdata); json, &locals->patchdata);
if (res != 0) if (res != 0)