Skip to content

Commit b5feb64

Browse files
committed
Cleanup.
1 parent bb63909 commit b5feb64

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mapwcs20.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3707,11 +3707,8 @@ static int msWCSGetCoverage20_FinalizeParamsObj(wcs20ParamsObjPtr params, wcs20A
37073707
params->subsetcrs = msStrdup(crs);
37083708
}
37093709
} else if (!params->subsetcrs) {
3710-
3711-
3712-
37133710
/* default to CRS of image */
3714-
/*params->subsetcrs = msStrdup("imageCRS");*/
3711+
/* leave params->subsetcrs to null */
37153712
}
37163713

37173714
return MS_SUCCESS;

0 commit comments

Comments
 (0)