--- deliantra/server/socket/lowlevel.C 2008/05/06 16:55:26 1.64 +++ deliantra/server/socket/lowlevel.C 2008/05/08 20:03:50 1.65 @@ -476,13 +476,6 @@ send_packet (sl); } -// returns true when the message needs special (read: perl) treatment -static bool -msg_is_special (const char *msg) -{ - return msg [strcspn (msg, "<[&\n")]; -} - void client::send_msg (int color, const char *type, const char *msg) {