diff options
author | paradust7 <102263465+paradust7@users.noreply.github.com> | 2022-05-21 15:11:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 00:11:59 +0200 |
commit | 9f338f5a56e5adee3d11d59827f7e2b8a714e6c2 (patch) | |
tree | a16861160b117c68078c686a02cd5aca6385c66d /src/gui/guiConfirmRegistration.h | |
parent | 2742fef458c3626476193c9e2d1b9231e042e420 (diff) | |
download | dragonfireclient-9f338f5a56e5adee3d11d59827f7e2b8a714e6c2.tar.xz |
Replace all uses of core::list with std::list (#12313)
Diffstat (limited to 'src/gui/guiConfirmRegistration.h')
-rw-r--r-- | src/gui/guiConfirmRegistration.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/guiConfirmRegistration.h b/src/gui/guiConfirmRegistration.h index d8387201d..fb2157756 100644 --- a/src/gui/guiConfirmRegistration.h +++ b/src/gui/guiConfirmRegistration.h @@ -34,9 +34,6 @@ public: s32 id, IMenuManager *menumgr, Client *client, const std::string &playername, const std::string &password, bool *aborted, ISimpleTextureSource *tsrc); - ~GUIConfirmRegistration(); - - void removeChildren(); /* Remove and re-add (or reposition) stuff */ |