AC_PrecLand: remove unneeded empty handle_msg

This commit is contained in:
Peter Barker 2016-11-17 10:32:01 +11:00 committed by Randy Mackay
parent 03710beb18
commit d2285ace6c

View File

@ -39,9 +39,6 @@ public:
// return true if there is a valid los measurement available // return true if there is a valid los measurement available
bool have_los_meas(); bool have_los_meas();
// parses a mavlink message from the companion computer
void handle_msg(mavlink_message_t* msg) {};
private: private:
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL #if CONFIG_HAL_BOARD == HAL_BOARD_SITL