From cfd87a045763fcb81da592c2614e83c5a6d36e0d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 7 Jan 2009 17:31:59 +0000 Subject: [PATCH] * Eliminated an extra, unecessary call to begin_burst --- webcit/webcit.c | 5 ----- 1 file changed, 5 deletions(-) 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)) { -- 2.39.2