From 866e32f05925827f575b8f34aafbbc5678998dd9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 26 Feb 2014 09:40:39 +1100 Subject: [PATCH] AP_Motors: removed unused variable --- libraries/AP_Motors/AP_Motors_Class.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_Motors/AP_Motors_Class.cpp b/libraries/AP_Motors/AP_Motors_Class.cpp index f104ee7595..9fc0cf2537 100644 --- a/libraries/AP_Motors/AP_Motors_Class.cpp +++ b/libraries/AP_Motors/AP_Motors_Class.cpp @@ -82,8 +82,6 @@ AP_Motors::AP_Motors( RC_Channel& rc_roll, RC_Channel& rc_pitch, RC_Channel& rc_ _hover_out(AP_MOTORS_DEFAULT_MID_THROTTLE), _spin_when_armed_ramped(0) { - uint8_t i; - AP_Param::setup_object_defaults(this, var_info); // slow start motors from zero to min throttle