GCS_MAVLink: remove vestiges of MAVLINK_MSG_ID_MOUNT_CONTROL handling

we removed support for this about a year ago, but this stuff was missed.
This commit is contained in:
Peter Barker
2025-12-30 09:12:16 +11:00
committed by Thomas Watson
parent 1f7b57a770
commit 0067126aa2

View File

@@ -610,7 +610,7 @@ protected:
void handle_rally_fetch_point(const mavlink_message_t &msg);
void handle_rally_point(const mavlink_message_t &msg) const;
#if HAL_MOUNT_ENABLED
virtual void handle_mount_message(const mavlink_message_t &msg);
void handle_mount_message(const mavlink_message_t &msg);
#endif
void handle_fence_message(const mavlink_message_t &msg);
void handle_param_value(const mavlink_message_t &msg);