Remove stray declaration of im__fftproc() (#2487)
This commit is contained in:
parent
1044dd46eb
commit
a829a474e5
@ -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
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user