aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiHyperText.h
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2019-10-17 20:40:50 +0200
committerSmallJoker <SmallJoker@users.noreply.github.com>2019-11-03 11:45:33 +0100
commit388ea737f5d37d637556bf40890948bfc36734ce (patch)
tree2017f52301eb54bfd14d0da9804f337bc956a1f7 /src/gui/guiHyperText.h
parent72416a6a1f75d56abfad0f486e57fd32579b3604 (diff)
downloaddragonfireclient-388ea737f5d37d637556bf40890948bfc36734ce.tar.xz
Clean up font caching, fix bitmap fonts
Diffstat (limited to 'src/gui/guiHyperText.h')
-rw-r--r--src/gui/guiHyperText.h4
1 files changed, 0 insertions, 4 deletions
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;