]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Remove unused variables to make clang happy
authorLoic Blot <loic.blot@unix-experience.fr>
Thu, 12 Feb 2015 09:39:39 +0000 (10:39 +0100)
committerLoic Blot <loic.blot@unix-experience.fr>
Thu, 12 Feb 2015 10:13:27 +0000 (11:13 +0100)
src/guiChatConsole.h
src/httpfetch.cpp

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
 };
 
 
index 47e33480b2f96808e98e21668b1b0c331ff0e55a..981643f6cb8849f29e6a540c4ff36f6865d4a93b 100644 (file)
@@ -194,7 +194,6 @@ class HTTPFetchOngoing
        HTTPFetchRequest request;
        HTTPFetchResult result;
        std::ostringstream oss;
-       char *post_fields;
        struct curl_slist *http_header;
        curl_httppost *post;
 };