mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 18:52:27 +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).
|
* Accesses connection, it is intentional that this is not const (trust me).
|
||||||
*/
|
*/
|
||||||
std::shared_ptr<EQ::Net::ServertalkServerConnection> GetConnection() { return m_connection; }
|
std::shared_ptr<EQ::Net::ServertalkServerConnection> GetConnection() { return m_connection; }
|
||||||
void SetConnection(std::shared_ptr<EQ::Net::ServertalkServerConnection> c) { m_connection = c; }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return
|
* @return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user