From: Art Cancro Date: Wed, 7 Jan 2009 17:31:59 +0000 (+0000) Subject: * Eliminated an extra, unecessary call to begin_burst X-Git-Tag: v7.86~1643 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=cfd87a045763fcb81da592c2614e83c5a6d36e0d;p=citadel.git * Eliminated an extra, unecessary call to begin_burst --- diff --git a/webcit/webcit.c b/webcit/webcit.c index 17901935f..7b53d08ac 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -158,11 +158,6 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers if (do_htmlhead) { begin_burst(); do_template("head", NULL); - } - - /* ICONBAR */ - if (do_htmlhead) { - begin_burst(); /* check for ImportantMessages (these display in a div overlaying the main screen) */ if (!IsEmptyStr(WC->ImportantMessage)) {