This commit is contained in:
John Cupitt 2011-06-10 14:33:29 +01:00
parent c605153852
commit 702ffd3d36
1 changed files with 0 additions and 4 deletions

View File

@ -1156,14 +1156,10 @@ im_aconv( IMAGE *in, IMAGE *out, DOUBLEMASK *mask, int n_layers, int cluster )
IMAGE *t[2];
Boxes *boxes;
printf( "optimising boxes ...\n" );
if( !(boxes = boxes_new( in, out, mask, n_layers, cluster )) ||
im_open_local_array( out, t, 2, "im_aconv", "p" ) )
return( -1 );
printf( "... done\n" );
/*
*/
if( im_embed( in, t[0], 1, mask->xsize / 2, mask->ysize / 2,