diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-07-26 00:20:00 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-07-26 00:20:00 -0400 |
commit | aa2c1009ee7ed5742f9a370f76379d40fe391dab (patch) | |
tree | 62cfc99a15b066fa08d1c13243f23d71e77203d4 /include/modules.h | |
parent | 707268f30b3c1f99c9db8c3e23346e8cacd38ae6 (diff) |
Removed std::string and ci::string versions of LoadModuleList, we only need the Anope::string version now.
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/modules.h b/include/modules.h index 1d944872a..643edf88c 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1126,16 +1126,6 @@ class CoreExport ModuleManager /** Load up a list of modules. * @param module_list The list of modules to load **/ - static void LoadModuleList(std::list<std::string> &ModList); - - /** Load up a list of modules. - * @param module_list The list of modules to load - **/ - static void LoadModuleList(std::list<ci::string> &ModList); - - /** Load up a list of modules. - * @param module_list The list of modules to load - **/ static void LoadModuleList(std::list<Anope::string> &ModList); /** Loads a given module. |