diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-16 12:20:06 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-30 13:15:10 +0200 |
commit | d349f981fbe70fb11e3db4c486f59749ffe74c2b (patch) | |
tree | 8de831914936c0af823fb4969193e58481275a48 /include | |
parent | c202dea024542b9c6c6b771bb9a3a081d9eacdc5 (diff) |
Remove ModuleManager::GetAllModuleNames(), use GetModules() instead
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/modules.h b/include/modules.h index 68044ae89..e81f9465c 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1347,14 +1347,6 @@ class CoreExport ModuleManager return static_cast<T*>(FindService(SERVICE_DATA, name)); } - /** Return a list of all modules matching the given filter - * @param filter This int is a bitmask of flags set in Module::Flags, - * such as VF_VENDOR or VF_STATIC. If you wish to receive a list of - * all modules with no filtering, set this to 0. - * @return The list of module names - */ - const std::vector<std::string> GetAllModuleNames(int filter); - /** Get a map of all loaded modules keyed by their name * @return A ModuleMap containing all loaded modules */ |