Cleanup: remove the old FIO slot functions

This commit is contained in:
Rubidium
2021-04-21 18:40:37 +02:00
committed by rubidium42
parent 10e35ca8e4
commit fa6abe1646
4 changed files with 0 additions and 154 deletions

View File

@@ -324,9 +324,6 @@ static void ShutdownGame()
/* No NewGRFs were loaded when it was still bootstrapping. */
if (_game_mode != GM_BOOTSTRAP) ResetNewGRFData();
/* Close all and any open filehandles */
FioCloseAll();
UninitFreeType();
}