definition oops

This commit is contained in:
John Cupitt 2014-05-18 11:19:09 +01:00
parent ee3cce8736
commit be6503e47a
1 changed files with 0 additions and 2 deletions

View File

@ -1002,8 +1002,6 @@ int im_zerox( VipsImage *in, VipsImage *out, int sign );
int im_draw_circle( VipsImage *image,
int x, int y, int radius, gboolean fill, VipsPel *ink );
typedef int (*VipsPlotFn)( VipsImage *, int, int, void *, void *, void * );
int im_draw_mask( VipsImage *image,
VipsImage *mask_im, int x, int y, VipsPel *ink );
int im_draw_image( VipsImage *image, VipsImage *sub, int x, int y );