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 <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();
|
||||
|
||||
|
|
|
@ -35,12 +35,10 @@
|
|||
|
||||
#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;
|
||||
|
|
Loading…
Reference in a new issue