From a19ec3328ceab7f8ea37748afcdcfcc2d6d2653d Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 12 Feb 2015 10:39:39 +0100 Subject: [PATCH] Remove unused variables to make clang happy --- src/guiChatConsole.h | 3 --- src/httpfetch.cpp | 1 - 2 files changed, 4 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 }; diff --git a/src/httpfetch.cpp b/src/httpfetch.cpp index 47e33480b..981643f6c 100644 --- a/src/httpfetch.cpp +++ b/src/httpfetch.cpp @@ -194,7 +194,6 @@ private: HTTPFetchRequest request; HTTPFetchResult result; std::ostringstream oss; - char *post_fields; struct curl_slist *http_header; curl_httppost *post; };