Removal of client_logs.cpp/.h

This commit is contained in:
Akkadius
2015-01-19 03:37:12 -06:00
parent 4d6c2be191
commit d7d1f9757b
4 changed files with 0 additions and 178 deletions
-4
View File
@@ -349,10 +349,6 @@ Client::~Client() {
m_tradeskill_object = nullptr;
}
#ifdef CLIENT_LOGS
client_logs.unsubscribeAll(this);
#endif
ChangeSQLLog(nullptr);
if(IsDueling() && GetDuelTarget() != 0) {
Entity* entity = entity_list.GetID(GetDuelTarget());