remove infinitely recursive, never-called method from MidiView

This commit is contained in:
Paul Davis 2025-08-19 23:10:50 -06:00 committed by Edgar Aichinger
parent 62989f1cbc
commit 17f74643a7
2 changed files with 0 additions and 13 deletions

View file

@ -130,7 +130,6 @@ class MidiView : public virtual sigc::trackable, public LineMerger
// inline ARDOUR::ColorMode color_mode() const { return _background->color_mode(); }
virtual uint32_t get_fill_color() const;
void color_handler ();
void show_step_edit_cursor (Temporal::Beats pos);