From fa6abe16463de8f252bac2322c9f84b6d02c9abc Mon Sep 17 00:00:00 2001 From: Rubidium Date: Wed, 21 Apr 2021 18:40:37 +0200 Subject: Cleanup: remove the old FIO slot functions --- src/openttd.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index d8b197466..ea802b3db 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -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(); } -- cgit v1.2.3-54-g00ecf