From d01c45b93c62802f7f477a70deb21c9d9432675e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 25 Mar 2013 23:20:22 +0800 Subject: Bug 854412: search plugin does not use bmo favicon but the generic dino head --- search_plugin.cgi | 8 -------- 1 file changed, 8 deletions(-) (limited to 'search_plugin.cgi') diff --git a/search_plugin.cgi b/search_plugin.cgi index 4dfe8fa9f..b50467911 100755 --- a/search_plugin.cgi +++ b/search_plugin.cgi @@ -31,13 +31,5 @@ my $vars = {}; # Return the appropriate HTTP response headers. print $cgi->header('application/xml'); -# Get the contents of favicon.ico -my $filename = bz_locations()->{'libpath'} . "/images/favicon.ico"; -if (open(IN, $filename)) { - local $/; - binmode IN; - $vars->{'favicon'} = ; - close IN; -} $template->process("search/search-plugin.xml.tmpl", $vars) || ThrowTemplateError($template->error()); -- cgit v1.2.3-24-g4f1b