From d349f981fbe70fb11e3db4c486f59749ffe74c2b Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 16 Aug 2013 12:20:06 +0200 Subject: Remove ModuleManager::GetAllModuleNames(), use GetModules() instead --- include/modules.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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(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 GetAllModuleNames(int filter); - /** Get a map of all loaded modules keyed by their name * @return A ModuleMap containing all loaded modules */ -- cgit v1.2.3