summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-06 19:20:48 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-06 19:20:48 +0000
commit6946412b758e48367e3a8c636f3204f83446041d (patch)
tree2946aaeec811fb000f5fe265b50f46dd336d530d /include/modules.h
parentb9aeca470819133ff45ff978c066897b2b60c4cc (diff)
Remove unused mod_current_evtbuf.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1561 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 4f984f78e..c85e37d21 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -353,7 +353,6 @@ MDE int moduleAddEventHook(EvtHook * evh);
MDE int moduleEventDelHook(const char *name);
int delEventHook(EvtHookHash * HookEvtTable[], EvtHook * evh, char *mod_name);
int destroyEventHook(EvtHook * evh);
-extern char *mod_current_evtbuffer;
MDE void moduleInsertLanguage(int langNumber, int ac, const char **av);
MDE void moduleNoticeLang(char *source, User *u, int number, ...);