summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 22:25:04 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 22:25:04 +0000
commitbbaba3e0032c2ef923ffdd6ce5d42a0045c787c0 (patch)
tree4c7545fb377e7acf0dec96f56ca0c357e91c865e /src/ircd.c
parentf70f57219f010962cef8779734deefc1ef355913 (diff)
Remove unused anope_set_mod_current_buffer(), noted by Naram.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1280 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 1aac8ecf1..de77e5be4 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -590,12 +590,6 @@ void anope_cmd_ctcp(const char *source, const char *dest, const char *fmt, ...)
/**
* Set routines for modules to set the prefered function for dealing with things.
**/
-
-void pmodule_set_mod_current_buffer(void (*func) (int ac, char **av))
-{
- ircdproto.ircd_set_mod_current_buffer = func;
-}
-
void pmodule_cmd_372(void (*func) (const char *source, const char *msg))
{
ircdproto.ircd_cmd_372 = func;