Remove extraneous variable

This commit is contained in:
Phillip Stephens 2016-03-17 13:26:25 -07:00
parent 2528a366f3
commit b989c8efd1
1 changed files with 0 additions and 1 deletions

View File

@ -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
{