summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commitf9b628b0d37844e66a8d2acae797a81444df78ba (patch)
tree64be8440b22051b5c2433969395747ca1221db34 /include/services.h
parentd64b3aa890976ef888c11e1c24da5b692f1d67d3 (diff)
Remove legacy global function.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1208 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index 01514e033..b5c9dee55 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1116,7 +1116,6 @@ typedef struct ircd_proto_ {
void (*ircd_cmd_243)(const char *buf);
void (*ircd_cmd_211)(const char *buf);
void (*ircd_cmd_global)(const char *source, const char *buf);
- void (*ircd_cmd_global_legacy)(const char *source, const char *fmt);
void (*ircd_cmd_sqline)(const char *mask, const char *reason);
void (*ircd_cmd_squit)(const char *servname, const char *message);
void (*ircd_cmd_svso)(const char *source, const char *nick, const char *flag);