[Cleanup] Remove IsConnected() from loginserver/database.h (#3117)

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

View File

@ -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.