This commit is contained in:
John Cupitt 2010-03-05 20:22:58 +00:00
parent 1897f062d6
commit 7195901313

View File

@ -86,8 +86,6 @@ line_shrink_gen( REGION *or, void *seq, void *a, void *b )
int x, y;
int z, k;
printf( "point_shrink_gen\n" );
/* Loop down the region.
*/
for( y = to; y < bo; y++ ) {
@ -152,8 +150,6 @@ point_shrink_gen( REGION *or, void *seq, void *a, void *b )
int x, y;
int k;
printf( "point_shrink_gen\n" );
/* Loop down the region.
*/
for( y = to; y < bo; y++ ) {