remove stray flag

This commit is contained in:
John Cupitt 2019-07-27 16:13:54 +01:00
parent 01a82646a1
commit 7f08e8fd28
1 changed files with 0 additions and 3 deletions

View File

@ -99,7 +99,6 @@ typedef struct _VipsShrinkv {
int vshrink;
size_t sizeof_line_buffer;
gboolean sequential;
} VipsShrinkv;
@ -416,8 +415,6 @@ vips_shrinkv_build( VipsObject *object )
if( vips_image_is_sequential( in ) ) {
g_info( "shrinkv sequential line cache" );
shrink->sequential = TRUE;
if( vips_sequential( in, &t[3],
"tile_height", 10,
NULL ) )