Remove unused variables to make clang happy

This commit is contained in:
Loic Blot
2015-02-12 10:39:39 +01:00
parent 4a6582c13c
commit a19ec3328c
2 changed files with 0 additions and 4 deletions

View File

@@ -122,9 +122,6 @@ class GUIChatConsole : public gui::IGUIElement
// font
gui::IGUIFont* m_font;
v2u32 m_fontsize;
#if USE_FREETYPE
bool m_use_freetype;
#endif
};