From e02f753b01d0b17867dc1abab20f888e59d8dac3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 23 Mar 2018 08:23:54 +1100 Subject: [PATCH] AP_Notify: removed unused code --- libraries/AP_Notify/Buzzer.cpp | 5 ----- 1 file changed, 5 deletions(-) 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