From 592cca5402f9162fc70b48f40b95faec44341bd0 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 22 May 2011 15:15:15 +0100 Subject: GRAPHICS: Get rid of kSODFont (ScummFont) OSD is now using the kGUIFont instead. The main advantage is that the kGUIFont can be used for translated text while only ASCII characters were present in ScummFont. --- graphics/fontman.h | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics/fontman.h') diff --git a/graphics/fontman.h b/graphics/fontman.h index d3b84ffa7c..a388c64bf6 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.h @@ -36,7 +36,6 @@ class Font; class FontManager : public Common::Singleton { public: enum FontUsage { - kOSDFont = 0, kConsoleFont = 1, kGUIFont = 2, kBigGUIFont = 3 -- cgit v1.2.3