summaryrefslogtreecommitdiff
path: root/udm/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 23:39:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:05:13 +0100
commit3e311ca2f54300eb6049e525012f64d84973a2c1 (patch)
treeef0b879cf257f28357a4d000b30f03b4688bf7d8 /udm/inc
parent52950dd69df3630a49422604473219db2393fa71 (diff)
get rid if unused Image
Diffstat (limited to 'udm/inc')
-rw-r--r--udm/inc/udm/html/htmlitem.hxx13
1 files changed, 0 insertions, 13 deletions
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("<hr>\n") {}
};
-/** <IMG .... >
-*/
-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 );
-};
-
/** <A name="">
*/
class Label : public csi::xml::AnElement