mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove unused variables to make clang happy
This commit is contained in:
parent
4a6582c13c
commit
a19ec3328c
2 changed files with 0 additions and 4 deletions
|
@ -122,9 +122,6 @@ private:
|
|||
// font
|
||||
gui::IGUIFont* m_font;
|
||||
v2u32 m_fontsize;
|
||||
#if USE_FREETYPE
|
||||
bool m_use_freetype;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -194,7 +194,6 @@ private:
|
|||
HTTPFetchRequest request;
|
||||
HTTPFetchResult result;
|
||||
std::ostringstream oss;
|
||||
char *post_fields;
|
||||
struct curl_slist *http_header;
|
||||
curl_httppost *post;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue