Skip to content

Commit

Permalink
AP_Notify: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Mar 22, 2018
1 parent 64c2e69 commit e02f753
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libraries/AP_Notify/Buzzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e02f753

Please sign in to comment.