aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wintermute/Base/BFontTT.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/wintermute/Base/BFontTT.cpp b/engines/wintermute/Base/BFontTT.cpp
index e18279a73d..d1fad44c64 100644
--- a/engines/wintermute/Base/BFontTT.cpp
+++ b/engines/wintermute/Base/BFontTT.cpp
@@ -87,9 +87,6 @@ CBFontTT::~CBFontTT(void) {
delete _font;
_font = NULL;
- delete _fallbackFont;
- _fallbackFont = NULL;
-
delete _glyphCache;
_glyphCache = NULL;
#if 0