Folder memcards: Remove an unused variable

This commit is contained in:
Silent 2021-03-11 18:34:01 +01:00 committed by lightningterror
parent 52408145c1
commit affa24e596
1 changed files with 1 additions and 1 deletions

View File

@ -1575,7 +1575,7 @@ void FileAccessHelper::WriteIndex( wxFileName folderName, MemoryCardFileEntry* c
parent->GetPath( &folderName );
char cleanName[sizeof( entry->entry.data.name )];
memcpy( cleanName, (const char*)entry->entry.data.name, sizeof( cleanName ) );
bool localCleaned = FileAccessHelper::CleanMemcardFilename( cleanName );
FileAccessHelper::CleanMemcardFilename( cleanName );
if ( entry->IsDir() ) {
folderName.AppendDir( wxString::FromAscii( cleanName ) );