diff --git a/libraries/AP_Notify/Buzzer.cpp b/libraries/AP_Notify/Buzzer.cpp index f0b71ee829..2312fa8713 100644 --- a/libraries/AP_Notify/Buzzer.cpp +++ b/libraries/AP_Notify/Buzzer.cpp @@ -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