Remove unused variables to make clang happy
parent
4a6582c13c
commit
a19ec3328c
|
@ -122,9 +122,6 @@ private:
|
||||||
// font
|
// font
|
||||||
gui::IGUIFont* m_font;
|
gui::IGUIFont* m_font;
|
||||||
v2u32 m_fontsize;
|
v2u32 m_fontsize;
|
||||||
#if USE_FREETYPE
|
|
||||||
bool m_use_freetype;
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,6 @@ private:
|
||||||
HTTPFetchRequest request;
|
HTTPFetchRequest request;
|
||||||
HTTPFetchResult result;
|
HTTPFetchResult result;
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
char *post_fields;
|
|
||||||
struct curl_slist *http_header;
|
struct curl_slist *http_header;
|
||||||
curl_httppost *post;
|
curl_httppost *post;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue