summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/expat/xmlwf/xmlurl.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/expat/xmlwf/xmlurl.h')
-rw-r--r--3rdparty/expat/xmlwf/xmlurl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/3rdparty/expat/xmlwf/xmlurl.h b/3rdparty/expat/xmlwf/xmlurl.h
deleted file mode 100644
index d329913ac85..00000000000
--- a/3rdparty/expat/xmlwf/xmlurl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int XML_URLInit();
-void XML_URLUninit();
-int XML_ProcessURL(XML_Parser parser,
- const XML_Char *url,
- unsigned flags);
-
-#ifdef __cplusplus
-}
-#endif