From 469a28c49aaeb66babf07ff251cf6b69f3bcf0bc Mon Sep 17 00:00:00 2001 From: Scott Giese Date: Sat, 13 Feb 2021 21:44:25 -0600 Subject: [PATCH] Remove obsolete, unused variable --- simgear/ephemeris/moonpos.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/ephemeris/moonpos.cxx b/simgear/ephemeris/moonpos.cxx index 3948fb5d..342dbc5c 100644 --- a/simgear/ephemeris/moonpos.cxx +++ b/simgear/ephemeris/moonpos.cxx @@ -254,7 +254,7 @@ void MoonPos::updatePosition(double mjd, Star *ourSun) xv, yv, v, r, xh, yh, zh, zg, xe, Ls, Lm, D, F, geoRa, geoDec, cosN, sinN, cosvw, sinvw, sinvw_cosi, cosecl, sinecl, rcoslatEcl, - FlesstwoD, MlesstwoD, twoD, twoM, twolat, alpha; + FlesstwoD, MlesstwoD, twoD, twoM, alpha; double max_loglux = -0.504030345621; double min_loglux = -4.39964634562;