From 52950dd69df3630a49422604473219db2393fa71 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 16 Jun 2011 23:38:39 +0100 Subject: remove unused ifdef branch --- autodoc/source/display/html/outfile.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'autodoc/source/display') diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx index 82ab2eac7749..2f31170f11e1 100644 --- a/autodoc/source/display/html/outfile.cxx +++ b/autodoc/source/display/html/outfile.cxx @@ -365,12 +365,7 @@ HtmlDocuFile::WriteBody( csv::File & io_aFile ) if ( sCopyright.length() > 0 ) { aBodyData -#ifndef COMPATIBLE_NETSCAPE_47 - >> *new html::HorizontalLine - << new html::SizeAttr( "3" ); -#else << new xml::XmlCode("
"); -#endif aBodyData >> *new html::Paragraph -- cgit