]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/adf.hxx
Reintroduce an old bugture: use localizer as dme
[flightgear.git] / src / Instrumentation / adf.hxx
index 88817a8ee392cb065f31fd5ccdeae326eed87c36..5b1b1667d5a8cbd8e0a1007f5cbf6d76d47356e7 100644 (file)
@@ -16,7 +16,6 @@
 #include <simgear/props/props.hxx>
 
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <Sound/morse.hxx>
 
 using std::string;
 
@@ -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;