From 92ea452096598921c3cc70246ec566a525e3b5cd Mon Sep 17 00:00:00 2001 From: janwas Date: Sun, 8 Aug 2004 16:55:25 +0000 Subject: [PATCH] remove hack, now that h_mgr actually caches This was SVN commit r937. --- source/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index 156631db48..7e3ac1544d 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -666,8 +666,6 @@ static void psInit() { g_Font_Console = unifont_load("console"); g_Font_Misc = unifont_load("verdana16"); - // HACK: Cache some other fonts, because the resource manager doesn't - unifont_load("palatino12"); g_Console->SetSize(0, g_yres-600.f, (float)g_xres, 600.f); g_Console->m_iFontHeight = unifont_linespacing(g_Font_Console);