mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
Remove logically dead code
CID 1398131.
This commit is contained in:
parent
eb8267daad
commit
6e66e438e4
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue