X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIEscort.hxx;h=96e997962c9d6c2dcafcf5176d5cc37abea71597;hb=38226af24ec01e8f0a20d7fd73ef838a69f6ef25;hp=e492d830e0d4f5706fbd20a4c7d11b8fc508d5cf;hpb=f08012d14f6c5093ac7d849f523279233f51d90f;p=flightgear.git diff --git a/src/AIModel/AIEscort.hxx b/src/AIModel/AIEscort.hxx index e492d830e..96e997962 100644 --- a/src/AIModel/AIEscort.hxx +++ b/src/AIModel/AIEscort.hxx @@ -72,9 +72,7 @@ private: void calcRangeBearing(double lat, double lon, double lat2, double lon2, double &range, double &bearing) const; - double calcRelBearingDeg(double bearing, double heading); double calcTrueBearingDeg(double bearing, double heading); - double calcRecipBearingDeg(double bearing); SGGeod _selectedpos; SGGeod _tgtpos;