From b989c8efd17c19b1b63aef081d716dc0f1c22558 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 17 Mar 2016 13:26:25 -0700 Subject: [PATCH] Remove extraneous variable --- Runtime/GuiSys/CRasterFont.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/GuiSys/CRasterFont.hpp b/Runtime/GuiSys/CRasterFont.hpp index 33b1c8841..f41723d53 100644 --- a/Runtime/GuiSys/CRasterFont.hpp +++ b/Runtime/GuiSys/CRasterFont.hpp @@ -113,7 +113,6 @@ class CRasterFont bool x88_ = false; s32 x8c_baseline; s32 x90_lineMargin = 0; - char* fontName; const CGlyph* InternalGetGlyph(wchar_t chr) const {