From bbaba3e0032c2ef923ffdd6ce5d42a0045c787c0 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Tue, 30 Sep 2008 22:25:04 +0000 Subject: 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 --- src/ircd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/ircd.c') 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; -- cgit