]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/atis.cxx
Daniyar ATADJANOV:
[flightgear.git] / src / ATC / atis.cxx
index c8f30ac0f4f61e3015d63793b24a38a677bcad6e..0957d18ac002b1088c4bcee5d6e1895149fc16cd 100644 (file)
@@ -17,7 +17,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
@@ -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();