summaryrefslogtreecommitdiffstats
path: root/src/bindings/swig/php/uscxmlNativePHP.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig/php/uscxmlNativePHP.php')
-rw-r--r--src/bindings/swig/php/uscxmlNativePHP.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bindings/swig/php/uscxmlNativePHP.php b/src/bindings/swig/php/uscxmlNativePHP.php
index 25ce9fa..86eba7b 100644
--- a/src/bindings/swig/php/uscxmlNativePHP.php
+++ b/src/bindings/swig/php/uscxmlNativePHP.php
@@ -2,7 +2,7 @@
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
- * Version 2.0.7
+ * Version 2.0.9
*
* This file is not intended to be easily readable and contains a number of
* coding conventions designed to improve portability and efficiency. Do not make
@@ -585,10 +585,6 @@ class Interpreter {
return Interpreter_getBaseURI($this->_cPtr);
}
- function toAbsoluteURI($uri) {
- return Interpreter_toAbsoluteURI($this->_cPtr,$uri);
- }
-
function setCmdLineOptions($argc,$argv) {
Interpreter_setCmdLineOptions($this->_cPtr,$argc,$argv);
}