summaryrefslogtreecommitdiff
path: root/ext/gd/gd_ctx.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-01-03 20:38:21 +0000
committerPierre Joye <pajoye@php.net>2011-01-03 20:38:21 +0000
commit21719326246f008dee6d15249b4e7e33a0d98fdd (patch)
tree4a768b8550ed95a97a398711554c277abbbff5cb /ext/gd/gd_ctx.c
parent4212e4e90cb050bab886bd7c3e5813eca2657583 (diff)
downloadphp-git-21719326246f008dee6d15249b4e7e33a0d98fdd.tar.gz
- useless commented code
Diffstat (limited to 'ext/gd/gd_ctx.c')
-rw-r--r--ext/gd/gd_ctx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/gd_ctx.c b/ext/gd/gd_ctx.c
index 02097327f7..15319c1a78 100644
--- a/ext/gd/gd_ctx.c
+++ b/ext/gd/gd_ctx.c
@@ -103,7 +103,6 @@ static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type,
* PHP_GDIMG_TYPE_WBM
* PHP_GDIMG_TYPE_WEBP
* */
- //if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", &imgind, &file, &file_len, &quality, &basefilter) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z/!ll", &imgind, &to_zval, &quality, &basefilter) == FAILURE) {
return;
}