Remove useless function

This commit is contained in:
Asdow
2023-10-08 16:48:18 +03:00
parent f11534e792
commit 5a922e3a42
7 changed files with 2 additions and 15 deletions
+2 -1
View File
@@ -2177,7 +2177,8 @@ void SummarySaveMapCallback( GUI_BUTTON *btn, INT32 reason )
{
CHAR8 filename[40];
sprintf( filename, "MAPS\\%S", gszDisplayName );
FileClearAttributes( filename );
// Other call sites have replaced this with FileDelete(); for VFS, should we do the same here?
//FileClearAttributes( filename );
}
if( ExternalSaveMap( gszDisplayName ) )
{