summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 23:38:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:05:13 +0100
commit5c34dedc27c8092e2aa6e623e45d0814de952bb8 (patch)
tree9fd07a7d00ec58b8c272de2aad2f11134a904022
parent490125271a0308fa53db29183813ebc85b906b0c (diff)
remove unused ifdef branch
-rw-r--r--autodoc/source/display/html/outfile.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/autodoc/source/display/html/outfile.cxx b/autodoc/source/display/html/outfile.cxx
index bf290e67..cab2ba01 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("<hr size=\"3\">");
-#endif
aBodyData
>> *new html::Paragraph