From 17ecf0036d44657b954de6c8f7efd536ab5c4809 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Jan 2012 11:08:48 +0000 Subject: callcatcher: update list, remove newly unused methods --- udm/inc/udm/html/htmlitem.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'udm/inc') diff --git a/udm/inc/udm/html/htmlitem.hxx b/udm/inc/udm/html/htmlitem.hxx index 27549d74450a..b704075be549 100644 --- a/udm/inc/udm/html/htmlitem.hxx +++ b/udm/inc/udm/html/htmlitem.hxx @@ -177,8 +177,6 @@ class TableRow : public csi::xml::AnElement TableRow() : csi::xml::AnElement("tr") {} - TableCell & AddCell( - DYN csi::xml::Item* let_dpItem = 0 ); private: virtual bool LineBreakAfterBeginTag() const; }; @@ -229,10 +227,6 @@ class DefList : public csi::xml::AnElement DefList() : csi::xml::AnElement("dl") {} - DefListTerm & AddTerm( - DYN csi::xml::Item* let_dpItem = 0 ); - DefListDefinition & AddDefinition( - DYN csi::xml::Item* let_dpItem = 0 ); private: virtual bool LineBreakAfterBeginTag() const; virtual bool FinishEmptyTag_XmlStyle() const; @@ -267,8 +261,6 @@ class SimpleList : public csi::xml::AnElement SimpleList() : csi::xml::AnElement("ul") {} - ListItem & AddItem( - DYN csi::xml::Item* let_dpItem = 0 ); private: virtual bool LineBreakAfterBeginTag() const; }; -- cgit