summaryrefslogtreecommitdiff
path: root/src/guiChatConsole.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-02-12 10:39:39 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2015-02-12 11:13:27 +0100
commita19ec3328ceab7f8ea37748afcdcfcc2d6d2653d (patch)
tree563daf22e68f8225ed11b26e2359cc68a96d3682 /src/guiChatConsole.h
parent4a6582c13c36cab457b78f32338c6bb4ab9ea58b (diff)
downloadminetest-a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d.tar.gz
minetest-a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d.tar.bz2
minetest-a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d.zip
Remove unused variables to make clang happy
Diffstat (limited to 'src/guiChatConsole.h')
-rw-r--r--src/guiChatConsole.h3
1 files changed, 0 insertions, 3 deletions
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
};