mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Cleanup] Remove authenticated from launcher_link.cpp and launcher_link.h (#3101)
# Notes - This is unused.
This commit is contained in:
parent
d5aaf7cee5
commit
4b405fe9fe
@ -37,7 +37,6 @@ extern LauncherList launcher_list;
|
|||||||
LauncherLink::LauncherLink(int id, std::shared_ptr<EQ::Net::ServertalkServerConnection> c)
|
LauncherLink::LauncherLink(int id, std::shared_ptr<EQ::Net::ServertalkServerConnection> c)
|
||||||
: ID(id),
|
: ID(id),
|
||||||
tcpc(c),
|
tcpc(c),
|
||||||
authenticated(false),
|
|
||||||
m_name(""),
|
m_name(""),
|
||||||
m_bootTimer(2000)
|
m_bootTimer(2000)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -64,7 +64,6 @@ protected:
|
|||||||
const int ID;
|
const int ID;
|
||||||
std::shared_ptr<EQ::Net::ServertalkServerConnection> tcpc;
|
std::shared_ptr<EQ::Net::ServertalkServerConnection> tcpc;
|
||||||
std::unique_ptr<EQ::Timer> m_process_timer;
|
std::unique_ptr<EQ::Timer> m_process_timer;
|
||||||
bool authenticated;
|
|
||||||
std::string m_name;
|
std::string m_name;
|
||||||
Timer m_bootTimer;
|
Timer m_bootTimer;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user