From bfc1abbcad598fcbc6921fa72b950144b13e059f Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sun, 15 Feb 2015 17:56:01 +0100 Subject: Convert mods calling the old compat wrapper of ModuleManager::SetPriority() to use the current method, remove wrapper --- include/modules.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 9b45eb3c8..62078bbfa 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1116,12 +1116,6 @@ class CoreExport ModuleManager : public fakederef */ bool SetPriority(Module* mod, Implementation i, Priority s, Module* which = NULL); - /** Backwards compat interface */ - inline bool SetPriority(Module* mod, Implementation i, Priority s, Module** dptr) - { - return SetPriority(mod, i, s, *dptr); - } - /** Change the priority of all events in a module. * @param mod The module to set the priority of * @param s The priority of all events in the module. -- cgit v1.2.3