diff options
| author | 2013-09-08 16:57:03 +0200 | |
|---|---|---|
| committer | 2013-09-08 16:57:03 +0200 | |
| commit | e6e3ae88fb26287fa9691110a80aec3aac8e9056 (patch) | |
| tree | 1d8b7fa5b13979bdf962c33aaac9e1387596b022 /src/modmanager_dynamic.cpp | |
| parent | Fix module loading in PURE_STATIC builds (diff) | |
Remove ModuleManager::ModCount and GetCount()
Diffstat (limited to 'src/modmanager_dynamic.cpp')
| -rw-r--r-- | src/modmanager_dynamic.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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<void, bool>* 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); |
