oops
This commit is contained in:
parent
f1c34932b6
commit
af472b1237
|
@ -1323,11 +1323,6 @@ strip_shrink( Layer *layer )
|
||||||
target.width = source.width / 2;
|
target.width = source.width / 2;
|
||||||
target.height = source.height / 2;
|
target.height = source.height / 2;
|
||||||
|
|
||||||
if( below->n == 0 ) {
|
|
||||||
printf( "strip_shrink: generating %d lines in layer 0\n",
|
|
||||||
target.height );
|
|
||||||
}
|
|
||||||
|
|
||||||
/* None? All done.
|
/* None? All done.
|
||||||
*/
|
*/
|
||||||
if( vips_rect_isempty( &target ) )
|
if( vips_rect_isempty( &target ) )
|
||||||
|
|
Loading…
Reference in New Issue