summaryrefslogtreecommitdiff
path: root/udm/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 23:26:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:05:13 +0100
commitde8437359f8041db9b0cdf7f8bcb20b2583749d9 (patch)
tree2d52fd2328473dc66adcce39132de0793948ba05 /udm/source
parent0dc604a199583b88caaa91cdfddf794518fe07a3 (diff)
remove unused ifdef branch
Diffstat (limited to 'udm/source')
-rw-r--r--udm/source/html/htmlitem.cxx19
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 )
{