aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_moll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_moll.c')
-rw-r--r--src/PJ_moll.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PJ_moll.c b/src/PJ_moll.c
index ce14cfbc..f63efdbd 100644
--- a/src/PJ_moll.c
+++ b/src/PJ_moll.c
@@ -27,8 +27,6 @@ FORWARD(s_forward); /* spheroid */
return (xy);
}
INVERSE(s_inverse); /* spheroid */
- double th, s;
-
lp.phi = aasin(xy.y / P->C_y);
lp.lam = xy.x / (P->C_x * cos(lp.phi));
lp.phi += lp.phi;