summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-05-02 20:28:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-05-02 20:28:04 -0400
commit2fd62f25b3202b4aa94a4afd19e9233a003f877a (patch)
tree795eb53ddef7f03d4115798d9dcc49e2582a15c4 /gtk2_ardour/note_base.h
parente2f0c5f91e2579c41d8efc9495b6ebac31a61ba3 (diff)
remove channel selector from canvas note events, as was done in master
Diffstat (limited to 'gtk2_ardour/note_base.h')
-rw-r--r--gtk2_ardour/note_base.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/note_base.h b/gtk2_ardour/note_base.h
index 289a5fa671..8ee3a4d277 100644
--- a/gtk2_ardour/note_base.h
+++ b/gtk2_ardour/note_base.h
@@ -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;