summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
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;