From b28b55abb1ed79b0721e611031ef8833e346161c Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 24 Jul 2001 21:41:33 +0000 Subject: [PATCH] - removed declaration of sg_xml_exception (use sg_io_exception) --- simgear/xml/easyxml.hxx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/simgear/xml/easyxml.hxx b/simgear/xml/easyxml.hxx index 52e807be..1e5404d6 100644 --- a/simgear/xml/easyxml.hxx +++ b/simgear/xml/easyxml.hxx @@ -23,19 +23,6 @@ SG_USING_STD(string); SG_USING_STD(vector); -/** - * Exception for an low-level XML parsing error. - */ -class sg_xml_exception : public sg_io_exception -{ -public: - sg_xml_exception (); - sg_xml_exception (const string &message); - sg_xml_exception (const string &message, const sg_location &location); - virtual ~sg_xml_exception (); -}; - - /** * Interface for XML attributes. *