diff options
-rw-r--r-- | ext/tidy/tidy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index ba357c3c4b..8f3e2e1451 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -253,7 +253,6 @@ static PHP_FUNCTION(tidy_diagnose); static PHP_FUNCTION(tidy_get_output); static PHP_FUNCTION(tidy_get_error_buffer); static PHP_FUNCTION(tidy_get_release); -static PHP_FUNCTION(tidy_reset_config); static PHP_FUNCTION(tidy_get_config); static PHP_FUNCTION(tidy_get_status); static PHP_FUNCTION(tidy_get_html_ver); |