summaryrefslogtreecommitdiffhomepage
path: root/php_imlib.c
diff options
context:
space:
mode:
authorPiotr Pawłow <pp@siedziba.pl>2016-09-23 02:34:55 +0200
committerPiotr Pawłow <pp@siedziba.pl>2016-09-23 02:34:55 +0200
commit866b2d740e6f01aeff24598928fe385f180e0c96 (patch)
treed90f52a2faba273e095ae75e68cf7dfcae1b482a /php_imlib.c
parent7fb1eeb94bd8cccdd6b7571e527b097008fddfbd (diff)
Remove unused function.
Diffstat (limited to 'php_imlib.c')
-rw-r--r--php_imlib.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/php_imlib.c b/php_imlib.c
index 302efd5..c1164a3 100644
--- a/php_imlib.c
+++ b/php_imlib.c
@@ -828,20 +828,6 @@ PHP_MINFO_FUNCTION(imlib)
}
}
-static void _php_convert_four_longs(zval **zone, zval **ztwo, zval **zthree,
- zval **zfour, int *one, int *two,
- int *three, int *four)
-{
- convert_to_long_ex(zone);
- convert_to_long_ex(ztwo);
- convert_to_long_ex(zthree);
- convert_to_long_ex(zfour);
- *one = Z_LVAL_PP(zone);
- *two = Z_LVAL_PP(ztwo);
- *three = Z_LVAL_PP(zthree);
- *four = Z_LVAL_PP(zfour);
-}
-
static int _php_handle_cliprect_array(zval **dbox, char *func_name,
int *x, int *y, int *w, int *h TSRMLS_DC)
{