remove unused function
[ardour.git] / gtk2_ardour / midi_time_axis.h
index f9b81470d086cc0d1ec6899e04ab04c63e0b3f29..fb95ae94fb3bbaf35c446e968c69ab8d007ab23e 100644 (file)
@@ -68,6 +68,8 @@ class StepEntry;
 class StepEditor;
 class MidiChannelSelectorWindow;
 
+#define NO_MIDI_NOTE 0xff
+
 class MidiTimeAxisView : public RouteTimeAxisView
 {
 public:
@@ -102,6 +104,7 @@ public:
        void check_step_edit ();
 
        void first_idle ();
+       void set_note_highlight (uint8_t note);
 
        uint8_t get_channel_for_add () const;