summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorRubidium <rubidium@openttd.org>2021-04-21 18:40:37 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-05-08 12:39:34 +0200
commitfa6abe16463de8f252bac2322c9f84b6d02c9abc (patch)
treed64fc1f91a6358200371d1e79d94ff585d154b38 /src/openttd.cpp
parent10e35ca8e4249a7f443b5c89dd9a59df83052d0d (diff)
downloadopenttd-fa6abe16463de8f252bac2322c9f84b6d02c9abc.tar.xz
Cleanup: remove the old FIO slot functions
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 0 insertions, 3 deletions
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();
}