diff options
author | Pierre Joye <pajoye@php.net> | 2011-01-03 20:38:21 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-01-03 20:38:21 +0000 |
commit | 21719326246f008dee6d15249b4e7e33a0d98fdd (patch) | |
tree | 4a768b8550ed95a97a398711554c277abbbff5cb /ext/gd/gd_ctx.c | |
parent | 4212e4e90cb050bab886bd7c3e5813eca2657583 (diff) | |
download | php-git-21719326246f008dee6d15249b4e7e33a0d98fdd.tar.gz |
- useless commented code
Diffstat (limited to 'ext/gd/gd_ctx.c')
-rw-r--r-- | ext/gd/gd_ctx.c | 1 |
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; } |