From: curt Date: Thu, 16 Mar 2000 04:23:24 +0000 (+0000) Subject: tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc01e3f8d2c174a548ff46640190fffecd127f50;p=flightgear.git tweaks. --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index a145bcbb9..3413c0c0e 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -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();