[Cleanup] Remove SetConnection() from loginserver/world_server.h (#3120)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-17 19:21:44 -04:00 committed by GitHub
parent 6e5da0e558
commit b2757143a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ public:
* Accesses connection, it is intentional that this is not const (trust me).
*/
std::shared_ptr<EQ::Net::ServertalkServerConnection> GetConnection() { return m_connection; }
void SetConnection(std::shared_ptr<EQ::Net::ServertalkServerConnection> c) { m_connection = c; }
/**
* @return