mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-10 07:52:26 +00:00
[Cleanup] Remove IsConnected() from loginserver/database.h (#3117)
# Notes - This is unused.
This commit is contained in:
parent
91257d599b
commit
203e63101a
@ -29,7 +29,6 @@ public:
|
|||||||
* Destructor, frees our database if needed.
|
* Destructor, frees our database if needed.
|
||||||
*/
|
*/
|
||||||
~Database();
|
~Database();
|
||||||
bool IsConnected() { return (m_database != nullptr); }
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the login data (password hash and account id) from the account name provided needed for client login procedure.
|
* Retrieves the login data (password hash and account id) from the account name provided needed for client login procedure.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user