mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
remove unusued "MIDI underlay" cruft
This commit is contained in:
parent
0b050c47e4
commit
2797ea9666
9 changed files with 5 additions and 176 deletions
|
|
@ -113,7 +113,6 @@ public:
|
|||
void suspend_updates ();
|
||||
void resume_updates ();
|
||||
|
||||
ArdourCanvas::Container* midi_underlay () const { return _midi_underlay; }
|
||||
ArdourCanvas::Container* region_canvas () const { return _region_group; }
|
||||
|
||||
void parameter_changed (std::string const &);
|
||||
|
|
@ -122,7 +121,6 @@ protected:
|
|||
void setup_rec_box ();
|
||||
void update_rec_box ();
|
||||
|
||||
ArdourCanvas::Container* _midi_underlay;
|
||||
ArdourCanvas::Container* _region_group;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue