]> 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 110bf61b86b845d577c272f12991283d1cf398fc..44784abf1e5b45c52db3bf70cea496b4fdbb661a 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
@@ -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 );
 }