From e6e3ae88fb26287fa9691110a80aec3aac8e9056 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 8 Sep 2013 16:57:03 +0200 Subject: Remove ModuleManager::ModCount and GetCount() --- src/modmanager_dynamic.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modmanager_dynamic.cpp') diff --git a/src/modmanager_dynamic.cpp b/src/modmanager_dynamic.cpp index 64d2bf69c..de9673996 100644 --- a/src/modmanager_dynamic.cpp +++ b/src/modmanager_dynamic.cpp @@ -108,7 +108,6 @@ bool ModuleManager::Load(const std::string& filename, bool defer) return false; } - this->ModCount++; if (defer) return true; @@ -188,8 +187,6 @@ void ModuleManager::Reload(Module* mod, HandlerBase1* callback) /* We must load the modules AFTER initializing the socket engine, now */ void ModuleManager::LoadAll() { - ModCount = 0; - std::cout << std::endl << "Loading core commands"; fflush(stdout); -- cgit v1.3.1-10-gc9f91