]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/approach.cxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / ATC / approach.cxx
index a0c2c504d973fbbe848a67efc767153eda315663..44784abf1e5b45c52db3bf70cea496b4fdbb661a 100644 (file)
@@ -25,7 +25,6 @@
 #include "approach.hxx"
 #include "transmission.hxx"
 #include "transmissionlist.hxx"
-#include "ATCdisplay.hxx"
 #include "ATCDialog.hxx"
 
 #include <Airports/runways.hxx>
@@ -756,6 +755,5 @@ int FGApproach::RemovePlane() {
 void FGApproach::set_message(const string &msg)
 {
   fgSetString("/sim/messages/approach", msg.c_str());
-  globals->get_ATC_display()->RegisterSingleMessage( msg, 0 );
 }