summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h8
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
*/