X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fpositioninit.hxx;h=ac12adecd213b8fc5843a916e7697b16660805e2;hb=0c00cd3c6d34e4e167457897a274864cb7236da6;hp=69a7e6809a7894fc01c35213aa86caeafa470100;hpb=dc132ab475fa16979c8c8e370521b8d38bdefdd3;p=flightgear.git diff --git a/src/Main/positioninit.hxx b/src/Main/positioninit.hxx index 69a7e6809..ac12adecd 100644 --- a/src/Main/positioninit.hxx +++ b/src/Main/positioninit.hxx @@ -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();