diff --git a/world/launcher_link.cpp b/world/launcher_link.cpp index 0517d522f..ae856c8b8 100644 --- a/world/launcher_link.cpp +++ b/world/launcher_link.cpp @@ -37,7 +37,6 @@ extern LauncherList launcher_list; LauncherLink::LauncherLink(int id, std::shared_ptr c) : ID(id), tcpc(c), - authenticated(false), m_name(""), m_bootTimer(2000) { diff --git a/world/launcher_link.h b/world/launcher_link.h index 5899b62ee..60d8540e9 100644 --- a/world/launcher_link.h +++ b/world/launcher_link.h @@ -64,7 +64,6 @@ protected: const int ID; std::shared_ptr tcpc; std::unique_ptr m_process_timer; - bool authenticated; std::string m_name; Timer m_bootTimer;