]> git.mxchange.org Git - flightgear.git/commitdiff
Removed some depricated code snippets.
authorcurt <curt>
Mon, 23 Sep 2002 18:52:21 +0000 (18:52 +0000)
committercurt <curt>
Mon, 23 Sep 2002 18:52:21 +0000 (18:52 +0000)
src/Cockpit/navcom.cxx
src/Cockpit/navcom.hxx

index 9808e9d307e936d28d63679662fc7097efb0f069..8371966ffd2262fbed398553cf45f14ae2622454 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <Aircraft/aircraft.hxx>
 #include <Navaids/ilslist.hxx>
-#include <Navaids/mkrbeacons.hxx>
 #include <Navaids/navlist.hxx>
 #include <Time/FGEventMgr.hxx>
 
@@ -113,7 +112,6 @@ void
 FGNavCom::init ()
 {
     morse.init();
-    beacon.init();
 
     search();
 
index d05881abe89c0cfc6c7517216ad7c748a6613a06..0f1eb0667c43c26053d7eb10440fffb94b3c4dbb 100644 (file)
 
 #include <Navaids/ilslist.hxx>
 #include <Navaids/navlist.hxx>
-#include <Sound/beacon.hxx>
 #include <Sound/morse.hxx>
 
 class FGNavCom : public FGSubsystem
 {
-    FGBeacon beacon;
     FGMorse morse;
 
     SGInterpTable *term_tbl;