]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/adf.hxx
Feature request for Syd - expose the ND view heading
[flightgear.git] / src / Instrumentation / adf.hxx
index 88817a8ee392cb065f31fd5ccdeae326eed87c36..c8f36e4ff5ad77085e1fb67a538aa6bf880f6b23 100644 (file)
@@ -16,7 +16,6 @@
 #include <simgear/props/props.hxx>
 
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <Sound/morse.hxx>
 
 using std::string;
 
@@ -64,7 +63,7 @@ private:
     void search (double frequency, double longitude_rad,
                  double latitude_rad, double altitude_m);
 
-    string _name;
+    std::string _name;
     unsigned int _num;
 
     SGPropertyNode_ptr _longitude_node;
@@ -93,7 +92,6 @@ private:
     SGVec3d _transmitter_cart;
     double _transmitter_range_nm;
 
-    FGMorse morse;
     int _ident_count;
     time_t _last_ident_time;
     float _last_volume;