stuff
This commit is contained in:
parent
1897f062d6
commit
7195901313
@ -86,8 +86,6 @@ line_shrink_gen( REGION *or, void *seq, void *a, void *b )
|
|||||||
int x, y;
|
int x, y;
|
||||||
int z, k;
|
int z, k;
|
||||||
|
|
||||||
printf( "point_shrink_gen\n" );
|
|
||||||
|
|
||||||
/* Loop down the region.
|
/* Loop down the region.
|
||||||
*/
|
*/
|
||||||
for( y = to; y < bo; y++ ) {
|
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 x, y;
|
||||||
int k;
|
int k;
|
||||||
|
|
||||||
printf( "point_shrink_gen\n" );
|
|
||||||
|
|
||||||
/* Loop down the region.
|
/* Loop down the region.
|
||||||
*/
|
*/
|
||||||
for( y = to; y < bo; y++ ) {
|
for( y = to; y < bo; y++ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user