]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/positioninit.hxx
Update for changed SGPath::realpath signature
[flightgear.git] / src / Main / positioninit.hxx
index 69a7e6809a7894fc01c35213aa86caeafa470100..ac12adecd213b8fc5843a916e7697b16660805e2 100644 (file)
@@ -27,15 +27,6 @@ namespace flightgear
   
 // Set the initial position based on presets (or defaults)
 bool initPosition();
-
-/**
- * finalize the position once subsystems, Nasal and scenarios are loaded;
- * all of which can potentially affect the position.
- * returns true if the position is finally set, or false if more time
- * is required to finalize the position (eg, awaiting METAR to set the
- * active runway)
- */
-bool finalizePosition();
     
 // Listen to /sim/tower/airport-id and set tower view position accordingly
 void initTowerLocationListener();