as Ralf Junker pointed out xsltExtFunctionLookup was defined but never
authorDaniel Veillard <veillard@src.gnome.org>
Tue, 3 Jun 2008 16:19:03 +0000 (16:19 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Tue, 3 Jun 2008 16:19:03 +0000 (16:19 +0000)
* libxslt/extensions.h: as Ralf Junker pointed out
  xsltExtFunctionLookup was defined but never implemented, removing it
Daniel

svn path=/trunk/; revision=1475

ChangeLog
libxslt/extensions.h

index 175e5b4..ecddcaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun  3 18:14:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/extensions.h: as Ralf Junker pointed out
+         xsltExtFunctionLookup was defined but never implemented, removing it
+
 Tue May 13 17:51:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
 
        * configure.in doc/*: release of 1.1.24
index 30b7d4c..c6b0cba 100644 (file)
@@ -118,10 +118,6 @@ XSLTPUBFUN int XSLTCALL
                                         const xmlChar *URI,
                                         xmlXPathFunction function);
 XSLTPUBFUN xmlXPathFunction XSLTCALL
-       xsltExtFunctionLookup           (xsltTransformContextPtr ctxt,
-                                        const xmlChar *name,
-                                        const xmlChar *URI);
-XSLTPUBFUN xmlXPathFunction XSLTCALL
        xsltExtModuleFunctionLookup     (const xmlChar *name,
                                         const xmlChar *URI);
 XSLTPUBFUN int XSLTCALL