]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiChatConsole.h
Remove ClientMap::m_camera_mutex
[minetest.git] / src / guiChatConsole.h
index 2bf45fdf4704becfb955e56be09db2da8c8a5e9c..652b265a42d677f0e468e3651821075f114e9182 100644 (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
 };