From 48bbaaab4f73b0eb4416898bed286bcb5393f9ec Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Jun 2015 13:25:42 +0300 Subject: Remove useless checks from char server. --- src/char/int_mail.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/char/int_mail.c') diff --git a/src/char/int_mail.c b/src/char/int_mail.c index 0d46339e0..d4bfe14e4 100644 --- a/src/char/int_mail.c +++ b/src/char/int_mail.c @@ -459,7 +459,6 @@ void inter_mail_sendmail(int send_id, const char* send_name, int dest_id, const nullpo_retv(dest_name); nullpo_retv(title); nullpo_retv(body); - nullpo_retv(item); memset(&msg, 0, sizeof(struct mail_message)); msg.send_id = send_id; -- cgit v1.2.3-70-g09d2