diff options
Diffstat (limited to 'src/modulemanager.cpp')
-rw-r--r-- | src/modulemanager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modulemanager.cpp b/src/modulemanager.cpp index d42bc7d75..978a5b929 100644 --- a/src/modulemanager.cpp +++ b/src/modulemanager.cpp @@ -65,12 +65,6 @@ void ModuleManager::CleanupRuntimeDirectory() #endif } -void ModuleManager::LoadModuleList(std::list<Anope::string> &ModuleList) -{ - for (std::list<Anope::string>::iterator it = ModuleList.begin(), it_end = ModuleList.end(); it != it_end; ++it) - ModuleManager::LoadModule(*it, NULL); -} - /** * Copy the module from the modules folder to the runtime folder. * This will prevent module updates while the modules is loaded from |