mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Drop GUIConfirmRegistration::m_address unused field
This commit is contained in:
parent
38f6e7a198
commit
e22a69d61a
3 changed files with 4 additions and 5 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
GUIConfirmRegistration(gui::IGUIEnvironment *env, gui::IGUIElement *parent,
|
||||
s32 id, IMenuManager *menumgr, Client *client,
|
||||
const std::string &playername, const std::string &password,
|
||||
const std::string &address, bool *aborted);
|
||||
bool *aborted);
|
||||
~GUIConfirmRegistration();
|
||||
|
||||
void removeChildren();
|
||||
|
@ -61,7 +61,6 @@ private:
|
|||
Client *m_client = nullptr;
|
||||
const std::string &m_playername;
|
||||
const std::string &m_password;
|
||||
const std::string &m_address;
|
||||
bool *m_aborted = nullptr;
|
||||
std::wstring m_pass_confirm = L"";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue