diff options
| author | Sterling Hughes <sterling@php.net> | 2001-05-18 20:29:47 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2001-05-18 20:29:47 +0000 |
| commit | 4812388278423062e760f78ec7605a7272038b19 (patch) | |
| tree | d628f705605f3e80b455952c6db57da663db5016 /ext/gd/gd_ctx.c | |
| parent | 0255bb01e42d286a31c4b4e1425bb7492125d6a3 (diff) | |
| download | php-git-4812388278423062e760f78ec7605a7272038b19.tar.gz | |
Remove the remnants of old global macro's
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 6fb5a08bb2..74378885bc 100644 --- a/ext/gd/gd_ctx.c +++ b/ext/gd/gd_ctx.c @@ -26,7 +26,6 @@ static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, int argc = ZEND_NUM_ARGS(); int q = -1, i; gdIOCtx *ctx; - GDLS_FETCH(); /* The quality parameter for Wbmp stands for the threshold when called from image2wbmp() */ |
