mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixing warning pointed by @sfan5 and clang and cleanup guiFileSelectMenu
* Also pass clang-format on guiFileSelectMenu.h and remove it from whitelist
This commit is contained in:
parent
4f4e2e3e83
commit
3e71c8f482
5 changed files with 13 additions and 27 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue