summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-28 13:31:14 +0100
committerPhilipp Lohmann <Philipp.Lohmann@Sun.COM>2009-10-28 13:31:14 +0100
commitb72f59d414a398e3c64f1723f76e7dbaa5d73792 (patch)
treeaa8cb89fe4dd501a4d1f0d1b749a64c15dd96934 /shell/inc
parentc18e25b533b12d73ae8bc58564f9eda45c26e3b1 (diff)
#i106374# clean up dead code (thanks cmc)
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/internal/xml_parser.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/inc/internal/xml_parser.hxx b/shell/inc/internal/xml_parser.hxx
index 5c52fcb7cd13..e27fbdccd01d 100644
--- a/shell/inc/internal/xml_parser.hxx
+++ b/shell/inc/internal/xml_parser.hxx
@@ -76,9 +76,6 @@ public:
xml_parser(const XML_Char* EncodingName = 0);
//########################################################
- xml_parser(const XML_Char* EncodingName, XML_Char NamespaceSeparator);
-
- //########################################################
~xml_parser();
//########################################################
@@ -126,10 +123,6 @@ public:
/** Returns the currently used document handler or null if
no document handler was set before. */
i_xml_parser_event_handler* get_document_handler() const;
-
- //############################################
- void set_encoding(const XML_Char* Encoding);
-
private:
void init();