]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/radiostack.hxx
Patch from Melchior Franz:
[flightgear.git] / src / Cockpit / radiostack.hxx
index f96e1f4326e6da716564af00c2d5bdd796e267bd..331d97c8d5cde6e987e05ef0aa2c549c7791d443 100644 (file)
@@ -35,7 +35,6 @@
 
 #include <Navaids/ilslist.hxx>
 #include <Navaids/navlist.hxx>
-#include <ATC/atislist.hxx>
 #include <Sound/beacon.hxx>
 #include <Sound/morse.hxx>
 
@@ -55,8 +54,6 @@ class FGRadioStack : public FGSubsystem
 
     bool need_update;
 
-    FGATIS atis;
-
     string comm1_ident;
     bool comm1_valid;
     bool comm1_inrange;
@@ -215,7 +212,7 @@ public:
     void init ();
     void bind ();
     void unbind ();
-    void update ();
+    void update (int dt);
 
     // Update nav/adf radios based on current postition
     void search ();