]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
- implement progress information (enabled by default; can be turned off via
[flightgear.git] / src / Main / fg_init.cxx
index c2bc2bc9d1f6252e4e16df1db4121b3fdf1ddc33..59f54da0247c8517eed22a40da4863c5106d21e5 100644 (file)
 #include "options.hxx"
 #include "globals.hxx"
 #include "logger.hxx"
-#include "splash.hxx"
 #include "viewmgr.hxx"
 
 #if defined(FX) && defined(XMESA)
@@ -1060,8 +1059,6 @@ fgInitNav ()
 
     fgAirportDBLoad( airports, runways, aptdb.str(), p_metar.str() );
 
-    fgSplashUpdate( 1.0 );
-
     FGNavList *navlist = new FGNavList;
     FGNavList *loclist = new FGNavList;
     FGNavList *gslist = new FGNavList;
@@ -1079,8 +1076,6 @@ fgInitNav ()
                 "Problems loading one or more navigational database" );
     }
 
-    fgSplashUpdate( 1.0 );
-
     if ( fgGetBool("/sim/navdb/localizers/auto-align", true) ) {
         // align all the localizers with their corresponding runways
         // since data sources are good for cockpit navigation