From a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 12 Feb 2015 10:39:39 +0100 Subject: Remove unused variables to make clang happy --- src/guiChatConsole.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/guiChatConsole.h') diff --git a/src/guiChatConsole.h b/src/guiChatConsole.h index 2bf45fdf4..652b265a4 100644 --- a/src/guiChatConsole.h +++ b/src/guiChatConsole.h @@ -122,9 +122,6 @@ private: // font gui::IGUIFont* m_font; v2u32 m_fontsize; -#if USE_FREETYPE - bool m_use_freetype; -#endif }; -- cgit v1.2.3