Remove stray declaration of im__fftproc() (#2487)

This commit is contained in:
Kleis Auke Wolthuizen 2021-10-20 14:01:07 +02:00 committed by GitHub
parent 1044dd46eb
commit a829a474e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -127,7 +127,7 @@ vips_freqfilt_init( VipsFreqfilt *freqfilt )
* partial bandjoin ->
* output pipeline
*
* im__fftproc() needs to just call im__fftproc_fn directly for 1 band images,
* vips__fftproc() needs to just call VipsFftProcessFn directly for 1 band images,
* so we can't cache the output in this fn.
*/
int

View File

@ -118,10 +118,6 @@ int vips__print_renders( void );
int vips__type_leak( void );
int vips__object_leak( void );
typedef int (*im__fftproc_fn)( VipsImage *, VipsImage *, VipsImage * );
int im__fftproc( VipsImage *dummy,
VipsImage *in, VipsImage *out, im__fftproc_fn fn );
/* iofuncs
*/
int vips__open_image_read( const char *filename );