From 03123018ea7090b992430ce8dd4fa6980f04d0d3 Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Fri, 6 Oct 2017 22:01:23 +0200 Subject: Remove superfluous checks for PJ.left being PJ_IO_UNITS_CLASSIC --- src/proj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proj.c') diff --git a/src/proj.c b/src/proj.c index aa0f07c0..049593c9 100644 --- a/src/proj.c +++ b/src/proj.c @@ -145,7 +145,7 @@ static void process(FILE *fid) { } } else { /* x-y or decimal degree ascii output, scale if warranted by output units */ if (inverse) { - if (Proj->left == PJ_IO_UNITS_RADIANS || Proj->left == PJ_IO_UNITS_CLASSIC) { + if (Proj->left == PJ_IO_UNITS_RADIANS) { data.v *= RAD_TO_DEG; data.u *= RAD_TO_DEG; } -- cgit v1.2.3