mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 08:42:25 +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.
|
||||
*/
|
||||
~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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user