summaryrefslogtreecommitdiff
path: root/src/guiFileSelectMenu.cpp
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-04-22 00:51:13 +0200
committerLoic Blot <loic.blot@unix-experience.fr>2017-04-22 00:51:56 +0200
commit3e71c8f482131da59642b0175160eb2bc714d439 (patch)
treefa80424f0f98ca093d3bc82304f266dd5cb01b9c /src/guiFileSelectMenu.cpp
parent4f4e2e3e838fc640e45714d4666bc5d6b0aa8a25 (diff)
downloadminetest-3e71c8f482131da59642b0175160eb2bc714d439.tar.gz
minetest-3e71c8f482131da59642b0175160eb2bc714d439.tar.bz2
minetest-3e71c8f482131da59642b0175160eb2bc714d439.zip
Fixing warning pointed by @sfan5 and clang and cleanup guiFileSelectMenu
* Also pass clang-format on guiFileSelectMenu.h and remove it from whitelist
Diffstat (limited to 'src/guiFileSelectMenu.cpp')
-rw-r--r--src/guiFileSelectMenu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/guiFileSelectMenu.cpp b/src/guiFileSelectMenu.cpp
index 89d34a307..65a07be39 100644
--- a/src/guiFileSelectMenu.cpp
+++ b/src/guiFileSelectMenu.cpp
@@ -25,7 +25,6 @@ GUIFileSelectMenu::GUIFileSelectMenu(gui::IGUIEnvironment* env,
GUIModalMenu(env, parent, id, menumgr),
m_title(utf8_to_wide(title)),
m_accepted(false),
- m_parent(parent),
m_text_dst(NULL),
m_formname(formname)
{