From: Paul Mangan Date: Wed, 27 Mar 2002 09:44:10 +0000 (+0000) Subject: remove unneeded code X-Git-Tag: rel_0_7_5~80 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=a4439e347069f6633fa322910ecea28a17061334 remove unneeded code --- diff --git a/src/compose.c b/src/compose.c index 7d29e8df5..153474277 100644 --- a/src/compose.c +++ b/src/compose.c @@ -3169,12 +3169,6 @@ static gint compose_queue(Compose *compose, gint *msgnum, FolderItem **item) lock = TRUE; -/* if(!compose_check_for_valid_recipient(compose)) { - alertpanel_error(_("Recipient is not specified.")); - lock = FALSE; - return -1; - } */ - if (compose_check_entries(compose) == FALSE) { lock = FALSE; return -1;