summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
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, ...)
-{
-
-}
-
/*************************************************************************/
/**