summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.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 /src/protocol/unreal32.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 'src/protocol/unreal32.h')
-rw-r--r--src/protocol/unreal32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h
index d45b428b9..7edaeb749 100644
--- a/src/protocol/unreal32.h
+++ b/src/protocol/unreal32.h
@@ -122,7 +122,6 @@ void unreal_cmd_242(const char *buf);
void unreal_cmd_243(const char *buf);
void unreal_cmd_211(const char *buf);
void unreal_cmd_global(const char *source, const char *buf);
-void unreal_cmd_global_legacy(const char *source, const char *fmt);
void unreal_cmd_sqline(const char *mask, const char *reason);
void unreal_cmd_squit(const char *servname, const char *message);
void unreal_cmd_svso(const char *source, const char *nick, const char *flag);