remove stray flag
This commit is contained in:
parent
01a82646a1
commit
7f08e8fd28
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user