]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/tmp.cxx
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Time / tmp.cxx
index 806c659ed05e2e385dcc5e227fa80f6033cb2f28..b77e53435cbde48ad95260672f937474b1380b42 100644 (file)
@@ -61,10 +61,3 @@ void fgUpdateLocalTime() {
                                             zone.str() );
 }
 
-
-// update sky and lighting parameters
-void fgUpdateSkyAndLightingParams() {
-    fgUpdateSunPos();
-    fgUpdateMoonPos();
-    cur_light_params.Update();
-}