From 00cfd572ffb3f0e6c3469e776cde1d4bbbe5686e Mon Sep 17 00:00:00 2001 From: ladysadie <144490006+ladysadie@users.noreply.github.com> Date: Wed, 8 May 2024 12:42:02 -0700 Subject: [PATCH] Cleanup: Remove unneeded CheckMissingGlyphs call (#12640) --- src/openttd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openttd.cpp b/src/openttd.cpp index 307e60874b..fd913f2ce2 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -805,8 +805,6 @@ int openttd_main(std::span arguments) GenerateWorld(GWM_EMPTY, 64, 64); // Make the viewport initialization happy LoadIntroGame(false); - CheckForMissingGlyphs(); - /* ScanNewGRFFiles now has control over the scanner. */ RequestNewGRFScan(scanner.release());