From 84635be1e32cc36bd05a0293c43d596fa3879b93 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 1 Feb 2011 13:37:18 +0000 Subject: [PATCH] oops forgot a proto argh --- libvips/include/vips/internal.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libvips/include/vips/internal.h b/libvips/include/vips/internal.h index b4597985..b2ad6730 100644 --- a/libvips/include/vips/internal.h +++ b/libvips/include/vips/internal.h @@ -214,10 +214,6 @@ int im__close( IMAGE * ); int im__handle_eval( IMAGE *im, int w, int h ); int im__fft_sp( float *rvec, float *ivec, int logrows, int logcols ); int im__fftproc( IMAGE *dummy, IMAGE *in, IMAGE *out, im__fftproc_fn fn ); -int im__mean_std_double_buffer( double *buffer, int size, - double *pmean, double *pstd ); -int im__mean_std_int_buffer( int *buffer, int size, - double *pmean, double *pstd ); int im__find_lroverlap( IMAGE *ref_in, IMAGE *sec_in, IMAGE *out, int bandno_in, int xref, int yref, int xsec, int ysec,