Why this didn't ring any alarm bells during my previous test compile is beyond me, but this should get FlightGear in a compilable state again.
This commit is contained in:
parent
dfeca621ae
commit
ef099d3cad
2 changed files with 0 additions and 5 deletions
|
@ -127,7 +127,6 @@ void FGLight::reinit () {
|
|||
init();
|
||||
|
||||
fgUpdateSunPos();
|
||||
fgUpdateMoonPos();
|
||||
|
||||
update_sky_color();
|
||||
update_adj_fog_color();
|
||||
|
@ -151,7 +150,6 @@ void FGLight::update( double dt ) {
|
|||
if (_dt_total >= 0.5) {
|
||||
_dt_total -= 0.5;
|
||||
fgUpdateSunPos();
|
||||
fgUpdateMoonPos();
|
||||
}
|
||||
|
||||
update_adj_fog_color();
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
/* update the cur_time_params structure with the current sun position */
|
||||
void fgUpdateSunPos( void );
|
||||
|
||||
/* update the cur_time_params structure with the current moon position */
|
||||
void fgUpdateMoonPos( void );
|
||||
|
||||
void fgSunPosition(time_t ssue, double *lon, double *lat);
|
||||
|
||||
/* given a particular time expressed in side real time at prime
|
||||
|
|
Loading…
Reference in a new issue