mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove channel selector from canvas note events, as was done in master
This commit is contained in:
parent
e2f0c5f91e
commit
2fd62f25b3
2 changed files with 0 additions and 64 deletions
|
|
@ -91,9 +91,6 @@ public:
|
|||
/** Channel selection changed */
|
||||
void on_channel_selection_change(uint16_t selection);
|
||||
|
||||
void show_channel_selector();
|
||||
void hide_channel_selector();
|
||||
|
||||
virtual void set_outline_color(uint32_t c) = 0;
|
||||
virtual void set_fill_color(uint32_t c) = 0;
|
||||
|
||||
|
|
@ -153,7 +150,6 @@ protected:
|
|||
MidiRegionView& _region;
|
||||
ArdourCanvas::Item* _item;
|
||||
ArdourCanvas::Text* _text;
|
||||
// Widget* _channel_selector_widget;
|
||||
State _state;
|
||||
const boost::shared_ptr<NoteType> _note;
|
||||
bool _with_events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue