summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guiChatConsole.h3
-rw-r--r--src/httpfetch.cpp1
2 files changed, 0 insertions, 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;
};