X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcanvas-note-event.h;h=bf98e2b7cb9e408da2aec284f61aaa74f3219caa;hb=13f51112c965677a4925bf03e8cc3413e10a572b;hp=69b3e49076e0ef10a9b8426b8c7d99d47af99c76;hpb=ed626628b54e67dd9621c08d82a42afaed00c7ac;p=ardour.git diff --git a/gtk2_ardour/canvas-note-event.h b/gtk2_ardour/canvas-note-event.h index 69b3e49076..bf98e2b7cb 100644 --- a/gtk2_ardour/canvas-note-event.h +++ b/gtk2_ardour/canvas-note-event.h @@ -89,9 +89,6 @@ class CanvasNoteEvent : virtual public sigc::trackable /** 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; @@ -151,14 +148,13 @@ class CanvasNoteEvent : virtual public sigc::trackable MidiRegionView& _region; Item* const _item; NoEventText* _text; - Widget* _channel_selector_widget; State _state; const boost::shared_ptr _note; - bool _own_note; bool _selected; bool _valid; float _mouse_x_fraction; float _mouse_y_fraction; + uint16_t _channel_selection; void set_mouse_fractions (GdkEvent*); };