diff options
-rw-r--r-- | ext/gd/gd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 17493aa219..0a367e5a34 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -2149,8 +2149,6 @@ PHP_FUNCTION(imageline) else #endif gdImageLine(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col)); - - gdImageLine(im, Z_LVAL_PP(x1), Z_LVAL_PP(y1), Z_LVAL_PP(x2), Z_LVAL_PP(y2), Z_LVAL_PP(col)); RETURN_TRUE; } /* }}} */ |