X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIAircraft.hxx;h=3ad8b8a67130db4a779e2e0ef76b2dbb817cc3e4;hb=9d995907db00728da7eac9297ecbab93ed8a7400;hp=0d92868eee1a09a4de5e73c060524e2a76111a20;hpb=5d9faee463cbdbf89ec7c02355753be437792cc5;p=flightgear.git diff --git a/src/AIModel/AIAircraft.hxx b/src/AIModel/AIAircraft.hxx index 0d92868ee..3ad8b8a67 100644 --- a/src/AIModel/AIAircraft.hxx +++ b/src/AIModel/AIAircraft.hxx @@ -155,7 +155,6 @@ private: void updateActualState(); void updateModelProperties(double dt); void handleATCRequests(); - void checkVisibility(); inline bool isStationary() { return ((fabs(speed)<=0.0001)&&(fabs(tgt_speed)<=0.0001));} inline bool needGroundElevation() { if (!isStationary()) _needsGroundElevation=true;return _needsGroundElevation;}