]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atis.cxx
try to fix yet another crash bug (don't worry, there's one for anybody!)
[flightgear.git] / src / ATC / atis.cxx
index c4caefdd6303212fa5d24e21fad2edc1228d3c26..0957d18ac002b1088c4bcee5d6e1895149fc16cd 100644 (file)
@@ -45,7 +45,6 @@ SG_USING_STD(cout);
 
 #include "atis.hxx"
 #include "commlist.hxx"
-#include "ATCdisplay.hxx"
 #include "ATCutils.hxx"
 #include "ATCmgr.hxx"
 
@@ -70,7 +69,6 @@ void FGATIS::Update(double dt) {
                if(_displaying) {
                        // Check if we need to update the message
                        // - basically every hour and if the weather changes significantly at the station
-                       //globals->get_ATC_display()->ChangeRepeatingMessage(transmission);
                } else {
                        // We need to get and display the message
                        UpdateTransmission();