Plane: mark q modes as not having auto-throttle control

Reverts part of 6baaf03c8c

AvoidADSB was NOT marked as AutoThrottle before that commit but was
marked as such in that commit.
This commit is contained in:
Peter Barker 2021-01-19 23:39:17 +11:00 committed by Andrew Tridgell
parent 24268cc6de
commit a9be4480b1
1 changed files with 0 additions and 10 deletions

View File

@ -451,8 +451,6 @@ public:
// methods that affect movement of the vehicle in this mode // methods that affect movement of the vehicle in this mode
void update() override; void update() override;
bool does_auto_throttle() const override { return true; }
protected: protected:
bool _enter() override; bool _enter() override;
@ -472,8 +470,6 @@ public:
// methods that affect movement of the vehicle in this mode // methods that affect movement of the vehicle in this mode
void update() override; void update() override;
bool does_auto_throttle() const override { return true; }
protected: protected:
bool _enter() override; bool _enter() override;
@ -492,8 +488,6 @@ public:
// methods that affect movement of the vehicle in this mode // methods that affect movement of the vehicle in this mode
void update() override; void update() override;
bool does_auto_throttle() const override { return true; }
protected: protected:
bool _enter() override; bool _enter() override;
@ -512,8 +506,6 @@ public:
// methods that affect movement of the vehicle in this mode // methods that affect movement of the vehicle in this mode
void update() override; void update() override;
bool does_auto_throttle() const override { return true; }
protected: protected:
bool _enter() override; bool _enter() override;
@ -553,8 +545,6 @@ public:
// methods that affect movement of the vehicle in this mode // methods that affect movement of the vehicle in this mode
void update() override; void update() override;
bool does_auto_throttle() const override { return true; }
protected: protected:
bool _enter() override; bool _enter() override;