GCS_MAVLink: remove dummy functions; examples are linked with all libs

This commit is contained in:
Peter Barker 2017-08-05 21:02:53 +10:00 committed by Francisco Ferreira
parent b15d72ddce
commit 1fc82442a0
1 changed files with 0 additions and 6 deletions

View File

@ -123,10 +123,4 @@ void loop(void)
hal.scheduler->delay(1000);
}
/* dummy methods to avoid having to link against AP_Camera */
void AP_Camera::control_msg(mavlink_message_t const*) {}
void AP_Camera::configure(float, float, float, float, float, float, float) {}
void AP_Camera::control(float, float, float, float, float, float) {}
/* end dummy methods to avoid having to link against AP_Camera */
AP_HAL_MAIN();