summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-06-06 23:33:23 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-06-06 23:33:23 +0000
commit9ff6ed2430ed87014846b39456b31b7aba231e48 (patch)
tree0f61726fefb323c39696510ac38e5bc30d44fa2b /src/misc.c
parent2eae73808355d8a26886bfcf42f03db02e53f1e6 (diff)
New events stuff, patch totally by Adam (aka Awesome).
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2313 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/misc.c b/src/misc.c
index b1ab62e32..02375c96b 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -26,12 +26,6 @@ struct arc4_stream {
uint8 s[256];
} rs;
-// XXX: remove me once the old event system is gone.
-void send_event(char const*, int, ...)
-{
-
-}
-
/*************************************************************************/
/**