]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/positioninit.hxx
Bug 974, GPS exceptions at end-of-route.
[flightgear.git] / src / Main / positioninit.hxx
index 9e6748bfa02aba1473cc7bd0c5ed5dd1c0c69777..ac12adecd213b8fc5843a916e7697b16660805e2 100644 (file)
@@ -27,14 +27,10 @@ namespace flightgear
   
 // Set the initial position based on presets (or defaults)
 bool initPosition();
-
-
+    
 // Listen to /sim/tower/airport-id and set tower view position accordingly
 void initTowerLocationListener();
   
-// FIXME - only public becuase of the evil runway-selection hack in main.cxx
-bool setPosFromAirportIDandHdg( const std::string& id, double tgt_hdg );
-  
 } // of namespace flightgear
 
 #endif // of FG_POSITION_INIT_HXX