Netplay: Remove unused m_HostInputAuthority in NetSettings.

This commit is contained in:
Admiral H. Curtiss
2022-09-18 23:00:08 +02:00
parent 69ad2cc4d0
commit 07f86446a6
2 changed files with 0 additions and 2 deletions

View File

@ -107,7 +107,6 @@ struct NetSettings
// These aren't sent over the network directly
bool m_IsHosting = false;
bool m_HostInputAuthority = false;
std::array<std::string, 4> m_GBARomPaths{};
};