]> granicus.if.org Git - php/commitdiff
- useless commented code
authorPierre Joye <pajoye@php.net>
Mon, 3 Jan 2011 20:38:21 +0000 (20:38 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 3 Jan 2011 20:38:21 +0000 (20:38 +0000)
ext/gd/gd_ctx.c

index 02097327f7cfc7638d9f5be6dca0732ae7e4a861..15319c1a7823911f1860a017148cdd0208ff63ce 100644 (file)
@@ -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;
                }