From 388ea737f5d37d637556bf40890948bfc36734ce Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 17 Oct 2019 20:40:50 +0200 Subject: Clean up font caching, fix bitmap fonts --- src/gui/guiHyperText.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/guiHyperText.h') diff --git a/src/gui/guiHyperText.h b/src/gui/guiHyperText.h index e3ad0e747..3ea8732cd 100644 --- a/src/gui/guiHyperText.h +++ b/src/gui/guiHyperText.h @@ -96,11 +96,7 @@ public: ValignType valign; -#if USE_FREETYPE - gui::CGUITTFont *font; -#else gui::IGUIFont *font; -#endif irr::video::SColor color; irr::video::SColor hovercolor; -- cgit v1.2.3