]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/navdb.cxx
Prepare and implement reinit methods for instruments
[flightgear.git] / src / Navaids / navdb.cxx
index 36ccf9cdffa12335852bf9f16af6d0021b0cb245..385e1db22510cc2e29ede392965fe15ed3e8dae3 100644 (file)
@@ -241,10 +241,6 @@ bool fgNavDBInit( FGNavList *navlist, FGNavList *loclist, FGNavList *gslist,
 
 SGPropertyNode* ilsDataForRunwayAndNavaid(FGRunway* aRunway, const std::string& aNavIdent)
 {
-  if (!fgGetBool("/sim/paths/use-custom-scenery-data")) {
-    return NULL; 
-  }
-  
   if (!aRunway) {
     return NULL;
   }