From 12f5448bf43fef0e5d99973ff58450c09f4a4509 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 26 Aug 2023 14:12:08 +1000 Subject: [PATCH] AP_Mount: fixes for macos CAN SITL build --- libraries/AP_Mount/AP_Mount_Scripting.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/AP_Mount/AP_Mount_Scripting.h b/libraries/AP_Mount/AP_Mount_Scripting.h index 356f9229b8..ecf1f7cbd8 100644 --- a/libraries/AP_Mount/AP_Mount_Scripting.h +++ b/libraries/AP_Mount/AP_Mount_Scripting.h @@ -46,9 +46,6 @@ private: uint32_t last_update_ms; // system time of last call to one of the get_ methods. Used for health reporting Vector3f current_angle_deg; // current gimbal angles in degrees (x=roll, y=pitch, z=yaw) - bool target_rate_rads_valid; // true if mnt_target holds a valid rate target - bool target_angle_rad_valid; // true if mnt_target holds a valid angle target - Location target_loc; // target location bool target_loc_valid; // true if target_loc holds a valid target location };