diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index 1824afbaf..804fda6fc 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -76,9 +76,6 @@ #include #include #include -#include -#include -#include #include #include #include @@ -1599,28 +1596,6 @@ bool fgInitSubsystems() { p_fix.append( "Navaids/default.fix" ); current_fixlist->init( p_fix ); - //////////////////////////////////////////////////////////////////// - // Initialize ATC list management and query systems - //////////////////////////////////////////////////////////////////// - - SG_LOG(SG_GENERAL, SG_INFO, " ATIS"); - current_atislist = new FGATISList; - SGPath p_atis( globals->get_fg_root() ); - p_atis.append( "ATC/default.atis" ); - current_atislist->init( p_atis ); - - SG_LOG(SG_GENERAL, SG_INFO, " Tower"); - current_towerlist = new FGTowerList; - SGPath p_tower( globals->get_fg_root() ); - p_tower.append( "ATC/default.tower" ); - current_towerlist->init( p_tower ); - - SG_LOG(SG_GENERAL, SG_INFO, " Approach"); - current_approachlist = new FGApproachList; - SGPath p_approach( globals->get_fg_root() ); - p_approach.append( "ATC/default.approach" ); - current_approachlist->init( p_approach ); - //////////////////////////////////////////////////////////////////// // Initialise ATC display system ////////////////////////////////////////////////////////////////////