mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-27 12:01:29 +00:00
[Cleanup] Remove SetConnection() from loginserver/world_server.h (#3120)
# Notes - This is unused.
This commit is contained in:
parent
6e5da0e558
commit
b2757143a8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user