Skip to content
Snippets Groups Projects
Commit e4088708 authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Lorenz Meier
Browse files

FlightTaskManual: remove unused override

parent be6f3a5b
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ public:
bool initializeSubscriptions(SubscriptionArray &subscription_array) override;
bool applyCommandParameters(const vehicle_command_s &command) override { return FlightTask::applyCommandParameters(command); };
bool updateInitialize() override;
bool activate() override;
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment