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
@@ -227,7 +227,6 @@ void GameInitHistory()
if( ( FileExists( HISTORY_DATA_FILE ) ) )
{
// unlink history file
FileClearAttributes( HISTORY_DATA_FILE );
FileDelete( HISTORY_DATA_FILE );
}