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
-1
View File
@@ -460,7 +460,6 @@ void GameInitFinances()
// unlink Finances data file
if( (FileExists( FINANCES_DATA_FILE ) ) )
{
FileClearAttributes( FINANCES_DATA_FILE );
FileDelete( FINANCES_DATA_FILE );
}
GetBalanceFromDisk( );