From 3e311ca2f54300eb6049e525012f64d84973a2c1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 16 Jun 2011 23:39:49 +0100 Subject: get rid if unused Image --- udm/inc/udm/html/htmlitem.hxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'udm/inc') diff --git a/udm/inc/udm/html/htmlitem.hxx b/udm/inc/udm/html/htmlitem.hxx index e2335a2d2ee8..ac5df62f0085 100644 --- a/udm/inc/udm/html/htmlitem.hxx +++ b/udm/inc/udm/html/htmlitem.hxx @@ -61,19 +61,6 @@ class HorizontalLine : public xml::XmlCode : xml::XmlCode("
\n") {} }; -/** -*/ -class Image : public csi::xml::AnEmptyElement -{ - public: - Image( - const ::csv::String & i_sSrc, - const ::csv::String & i_sWidth, - const ::csv::String & i_sHeight, - const ::csv::String & i_sAlign, - const ::csv::String & i_sBorder ); -}; - /** */ class Label : public csi::xml::AnElement -- cgit