This commit is contained in:
John Cupitt 2015-09-09 17:29:01 +01:00
parent f1c34932b6
commit af472b1237
1 changed files with 0 additions and 5 deletions

View File

@ -1323,11 +1323,6 @@ strip_shrink( Layer *layer )
target.width = source.width / 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.
*/
if( vips_rect_isempty( &target ) )