]> git.mxchange.org Git - simgear.git/commitdiff
- removed declaration of sg_xml_exception (use sg_io_exception)
authorcurt <curt>
Tue, 24 Jul 2001 21:41:33 +0000 (21:41 +0000)
committercurt <curt>
Tue, 24 Jul 2001 21:41:33 +0000 (21:41 +0000)
simgear/xml/easyxml.hxx

index 52e807be101eaaceafb3492517b6fa394c53a8d2..1e5404d6d69743355dad6063aab80ae75ce0f4ac 100644 (file)
@@ -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.
  *