[Cleanup] Remove DBInitVars() and HandleMysqlError() from queryserv/database.h (#3114)

# Notes
- These are unused.
This commit is contained in:
Alex King 2023-03-17 19:20:47 -04:00 committed by GitHub
parent 97e4547192
commit 180c3088ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,12 +45,6 @@ public:
void LogPlayerMove(QSPlayerLogMove_Struct* QS, uint32 Items);
void LogMerchantTransaction(QSMerchantLogTransaction_Struct* QS, uint32 Items);
void GeneralQueryReceive(ServerPacket *pack);
protected:
void HandleMysqlError(uint32 errnum);
private:
void DBInitVars();
};
#endif