]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/marker_beacon.hxx
ADF: code clean-up/documentation
[flightgear.git] / src / Instrumentation / marker_beacon.hxx
index 25e435feae4b4d93d96e49e4bfd8a25b1f48d118..52259b6a2c49ced3ed2a6dbb75a417e3ea911eb7 100644 (file)
 #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
-#include <Sound/beacon.hxx>
-#include <Sound/morse.hxx>
-
 class SGSampleGroup;
 
 class FGMarkerBeacon : public SGSubsystem
 {
-    FGBeacon beacon;
-    FGMorse morse;
-
     SGInterpTable *term_tbl;
     SGInterpTable *low_tbl;
     SGInterpTable *high_tbl;