Removed some depricated code snippets.
This commit is contained in:
parent
5133b9467b
commit
f6607cac90
2 changed files with 0 additions and 4 deletions
|
@ -32,7 +32,6 @@
|
||||||
|
|
||||||
#include <Aircraft/aircraft.hxx>
|
#include <Aircraft/aircraft.hxx>
|
||||||
#include <Navaids/ilslist.hxx>
|
#include <Navaids/ilslist.hxx>
|
||||||
#include <Navaids/mkrbeacons.hxx>
|
|
||||||
#include <Navaids/navlist.hxx>
|
#include <Navaids/navlist.hxx>
|
||||||
#include <Time/FGEventMgr.hxx>
|
#include <Time/FGEventMgr.hxx>
|
||||||
|
|
||||||
|
@ -113,7 +112,6 @@ void
|
||||||
FGNavCom::init ()
|
FGNavCom::init ()
|
||||||
{
|
{
|
||||||
morse.init();
|
morse.init();
|
||||||
beacon.init();
|
|
||||||
|
|
||||||
search();
|
search();
|
||||||
|
|
||||||
|
|
|
@ -35,12 +35,10 @@
|
||||||
|
|
||||||
#include <Navaids/ilslist.hxx>
|
#include <Navaids/ilslist.hxx>
|
||||||
#include <Navaids/navlist.hxx>
|
#include <Navaids/navlist.hxx>
|
||||||
#include <Sound/beacon.hxx>
|
|
||||||
#include <Sound/morse.hxx>
|
#include <Sound/morse.hxx>
|
||||||
|
|
||||||
class FGNavCom : public FGSubsystem
|
class FGNavCom : public FGSubsystem
|
||||||
{
|
{
|
||||||
FGBeacon beacon;
|
|
||||||
FGMorse morse;
|
FGMorse morse;
|
||||||
|
|
||||||
SGInterpTable *term_tbl;
|
SGInterpTable *term_tbl;
|
||||||
|
|
Loading…
Reference in a new issue