From 4fee7c2e28cf4ed80a954a3e65dae0c983149ef0 Mon Sep 17 00:00:00 2001 From: Sadie del Solar Date: Tue, 7 May 2024 14:49:04 -0700 Subject: [PATCH] Cleanup: Remove unneeded CheckMissingGlyphs call --- 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());