]> git.mxchange.org Git - flightgear.git/commitdiff
Remove some legacy declarations from navrecord
authorJames Turner <zakalawe@mac.com>
Mon, 3 Jan 2011 21:47:24 +0000 (21:47 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 3 Jan 2011 21:47:24 +0000 (21:47 +0000)
src/Navaids/navrecord.hxx

index 2773629f4ebccfd20f9d767d79b89abd28442e4c..09abb6e9786a1589d6961ec089fc3eab8e8a84d3 100644 (file)
 #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;