]> git.mxchange.org Git - flightgear.git/commitdiff
tweaks.
authorcurt <curt>
Thu, 16 Mar 2000 04:23:24 +0000 (04:23 +0000)
committercurt <curt>
Thu, 16 Mar 2000 04:23:24 +0000 (04:23 +0000)
src/Main/fg_init.cxx

index a145bcbb91b84dccf99195b3c0abb70f53884092..3413c0c0e46e439ee7917acb40f8e58a17ca25d1 100644 (file)
@@ -371,10 +371,6 @@ bool fgInitSubsystems( void ) {
                                                   &fgEVENT_MGR::PrintStats),
                            fgEVENT::FG_EVENT_READY, 60000 );
 
-    // Initialize the time dependent variables
-    t->init( cur_fdm_state->get_Longitude(), cur_fdm_state->get_Latitude() );
-    t->update( cur_fdm_state->get_Longitude() );
-
     // Initialize view parameters
     FG_LOG( FG_GENERAL, FG_DEBUG, "Before current_view.init()");
     current_view.Init();