remove channel selector from canvas note events, as was done in master

This commit is contained in:
Paul Davis 2013-05-02 20:28:04 -04:00
parent e2f0c5f91e
commit 2fd62f25b3
2 changed files with 0 additions and 64 deletions

View file

@ -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;