AP_Notify: removed unused code

This commit is contained in:
Andrew Tridgell 2018-03-23 08:23:54 +11:00
parent 64c2e691f8
commit e02f753b01

View File

@ -33,11 +33,6 @@ extern const AP_HAL::HAL& hal;
bool Buzzer::init()
{
// this is for leds, not for buzzer!
// if (!AP_Notify::flags.external_leds) {
// return false;
// }
#if defined(BUZZER_PIN)
_pin = BUZZER_PIN;
#else