From: Daniel Veillard Date: Tue, 3 Jun 2008 16:19:03 +0000 (+0000) Subject: as Ralf Junker pointed out xsltExtFunctionLookup was defined but never X-Git-Tag: v1.1.28~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b968ec5a2bd814c54594696cbd000cf6535ffa5;p=platform%2Fupstream%2Flibxslt.git as Ralf Junker pointed out xsltExtFunctionLookup was defined but never * libxslt/extensions.h: as Ralf Junker pointed out xsltExtFunctionLookup was defined but never implemented, removing it Daniel svn path=/trunk/; revision=1475 --- diff --git a/ChangeLog b/ChangeLog index 175e5b4..ecddcaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 3 18:14:55 CEST 2008 Daniel Veillard + + * 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 * configure.in doc/*: release of 1.1.24 diff --git a/libxslt/extensions.h b/libxslt/extensions.h index 30b7d4c..c6b0cba 100644 --- a/libxslt/extensions.h +++ b/libxslt/extensions.h @@ -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