diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 23:38:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-17 14:05:13 +0100 |
commit | 5c34dedc27c8092e2aa6e623e45d0814de952bb8 (patch) | |
tree | 9fd07a7d00ec58b8c272de2aad2f11134a904022 | |
parent | 490125271a0308fa53db29183813ebc85b906b0c (diff) |
remove unused ifdef branch
-rw-r--r-- | autodoc/source/display/html/outfile.cxx | 5 |
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 |