diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-28 03:16:25 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-28 03:16:25 +0000 |
| commit | b2f1f14320702d8b2060b827d9005f749184a6a6 (patch) | |
| tree | 04b72ab081fb606f1fca1257897257022eae0262 /include | |
| parent | 7fdd8d7872adb8ee810907d785de87f0686a6289 (diff) | |
Remove a few prototypes to module-related functions that were moved to the Module class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1805 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/modules.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/modules.h b/include/modules.h index 22356ad59..b7ac4ffe6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -520,9 +520,6 @@ int addCoreEventHook(EvtHookHash * HookEvtTable[], EvtHook * evh); int delEventHook(EvtHookHash * HookEvtTable[], EvtHook * evh, const char *mod_name); int destroyEventHook(EvtHook * evh); -MDE void moduleInsertLanguage(int langNumber, int ac, const char **av); -MDE const char *moduleGetLangString(User * u, int number); - /*************************************************************************/ MDE bool moduleMinVersion(int major,int minor,int patch,int build); /* Checks if the current version of anope is before or after a given verison */ |
