diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-21 12:10:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-21 12:10:55 +0100 |
commit | cd4395feb590a6f8fa1123dcd590e97a7c0cd302 (patch) | |
tree | 0b8adda820e3f5e896b6113058bc001cbd91b055 /udm/source | |
parent | 5cda8705d3b573d7f155bcadbc1b088d916303a6 (diff) |
various unused junk
Diffstat (limited to 'udm/source')
-rw-r--r-- | udm/source/html/htmlitem.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/udm/source/html/htmlitem.cxx b/udm/source/html/htmlitem.cxx index 8960d699bd60..ab8bdd781006 100644 --- a/udm/source/html/htmlitem.cxx +++ b/udm/source/html/htmlitem.cxx @@ -176,15 +176,6 @@ ListItem::LineBreakAfterEndTag() const return true; } - - - -ListItem & -NumeratedList::AddItem( DYN csi::xml::Item* let_dpItem ) -{ - return PushElem( *this, new ListItem, let_dpItem ); -} - bool NumeratedList::LineBreakAfterBeginTag() const { |