Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Jun 2, 2015
1 parent bb63909 commit b5feb64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mapwcs20.c
Expand Up @@ -3707,11 +3707,8 @@ static int msWCSGetCoverage20_FinalizeParamsObj(wcs20ParamsObjPtr params, wcs20A
params->subsetcrs = msStrdup(crs);
}
} else if (!params->subsetcrs) {



/* default to CRS of image */
/*params->subsetcrs = msStrdup("imageCRS");*/
/* leave params->subsetcrs to null */
}

return MS_SUCCESS;
Expand Down

0 comments on commit b5feb64

Please sign in to comment.