1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 07:53:14 +02:00

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
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-09-30 22:25:04 +00:00
parent f70f57219f
commit bbaba3e003
3 changed files with 12 additions and 38 deletions
-3
View File
@@ -605,7 +605,6 @@ E int servernum;
/**** ircd.c ****/
E void pmodule_ircd_proto(IRCDProtoNew *);
E void pmodule_set_mod_current_buffer(void (*func) (int ac, char **av));
E void pmodule_cmd_372(void (*func) (const char *source, const char *msg));
E void pmodule_cmd_372_error(void (*func) (const char *source));
E void pmodule_cmd_375(void (*func) (const char *source));
@@ -1142,8 +1141,6 @@ E void notice(char *source, const char *dest, const char *fmt, ...);
/******************************************************************************/
E int anope_set_mod_current_buffer(int ac, char **av);
E void anope_cmd_211(const char *fmt, ...); /* 211 */
E void anope_cmd_219(const char *source, const char *who); /* 219 */
E void anope_cmd_242(const char *fmt, ...); /* 242 */