Remove logically dead code

CID 1398131.
This commit is contained in:
Alexandru Csete 2017-12-28 02:51:42 +01:00
parent eb8267daad
commit 6e66e438e4

View file

@ -1239,13 +1239,8 @@ static guint calculate_footprint(GtkSatMap * satmap, sat_t * sat)
if (azi == 0 && north_pole_is_covered(sat))
rangelon = ssplon + pi;
else if (azi == 180 && south_pole_is_covered(sat))
rangelon = ssplon + pi;
else if (fabs(num / dem) > 1.0)
rangelon = ssplon;
else
{
if ((180.0 - azi) >= 0)