remove unused variables

This commit is contained in:
Paul Davis 2025-07-12 10:35:31 -06:00
parent f2eea8b7ce
commit ccc62e927d

View file

@ -252,8 +252,6 @@ MidiViewBackground::apply_note_range (uint8_t lowest, uint8_t highest, bool to_c
} }
bool changed = false; bool changed = false;
uint8_t ol = _lowest_note;
uint8_t oh = _highest_note;
/* Enforce a 1 octave minimum */ /* Enforce a 1 octave minimum */