From 4b7ce3238775e1053ad8d2eb144ed21434869a42 Mon Sep 17 00:00:00 2001 From: James Turner Date: Mon, 3 Jan 2011 21:47:24 +0000 Subject: [PATCH] Remove some legacy declarations from navrecord --- src/Navaids/navrecord.hxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Navaids/navrecord.hxx b/src/Navaids/navrecord.hxx index 2773629f4..09abb6e97 100644 --- a/src/Navaids/navrecord.hxx +++ b/src/Navaids/navrecord.hxx @@ -33,14 +33,6 @@ #define FG_DME_DEFAULT_RANGE 50 // nm #define FG_NAV_MAX_RANGE 300 // nm -// FIXME - get rid of these, and use the real enum directly -#define FG_NAV_VOR FGPositioned::VOR -#define FG_NAV_NDB FGPositioned::NDB -#define FG_NAV_ILS FGPositioned::ILS -#define FG_NAV_ANY FGPositioned::INVALID - -typedef FGPositioned::Type fg_nav_types; - // forward decls class FGRunway; class SGPropertyNode;