diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-16 23:26:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-17 14:05:13 +0100 |
commit | de8437359f8041db9b0cdf7f8bcb20b2583749d9 (patch) | |
tree | 2d52fd2328473dc66adcce39132de0793948ba05 /udm/source/html | |
parent | 0dc604a199583b88caaa91cdfddf794518fe07a3 (diff) |
remove unused ifdef branch
Diffstat (limited to 'udm/source/html')
-rw-r--r-- | udm/source/html/htmlitem.cxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/udm/source/html/htmlitem.cxx b/udm/source/html/htmlitem.cxx index bf34cc3b4d69..278ac63a6b24 100644 --- a/udm/source/html/htmlitem.cxx +++ b/udm/source/html/htmlitem.cxx @@ -58,14 +58,6 @@ Body::LineBreakAfterBeginTag() const return true; } -#ifndef COMPATIBLE_NETSCAPE_47 -bool -HorizontalLine::LineBreakAfterBeginTag() const -{ - return true; -} -#endif - Image::Image( const String & i_sSrc, const String & i_sWidth, @@ -96,23 +88,12 @@ Headline::LineBreakAfterEndTag() const return true; } -#ifndef COMPATIBLE_NETSCAPE_47 -bool -LineBreak::LineBreakAfterBeginTag() const -{ - return true; -} -#endif - - bool TableCell::LineBreakAfterEndTag() const { return true; } - - TableCell & TableRow::AddCell( DYN Item * let_dpItem ) { |