Oops, remove a prototype for a feature that is not yet ready.

This commit is contained in:
Fred L. Drake, Jr. 2001-07-24 16:03:51 +00:00
parent a0f045d46d
commit a6b3939dd9

View file

@ -330,11 +330,6 @@ typedef int (*XML_ExternalEntityRefHandler)(XML_Parser parser,
const XML_Char *systemId,
const XML_Char *publicId);
typedef int (*XML_InternalEntityRefHandler)(XML_Parser parser,
const XML_Char *context,
const XML_Char *name,
const XML_Char *text);
/* This structure is filled in by the XML_UnknownEncodingHandler
to provide information to the parser about encodings that are unknown
to the parser.