Copter: remove unused radius_of_earth constant

This commit is contained in:
Randy Mackay 2013-05-05 13:13:48 +09:00
parent 38fc0e61c6
commit ae2ad8e819

View File

@ -479,13 +479,6 @@ static float scaleLongUp = 1;
// Sometimes we need to remove the scaling for distance calcs
static float scaleLongDown = 1;
////////////////////////////////////////////////////////////////////////////////
// Mavlink specific
////////////////////////////////////////////////////////////////////////////////
// Used by Mavlink for unknow reasons
static const float radius_of_earth = 6378100; // meters
////////////////////////////////////////////////////////////////////////////////
// Location & Navigation
////////////////////////////////////////////////////////////////////////////////