13
0

Remove unused declaration.

git-svn-id: svn://localhost/ardour2/branches/3.0@12605 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-08 13:12:26 +00:00
parent e8cb671956
commit 33ffe733f1

View File

@ -341,11 +341,6 @@ private:
void play_midi_note(boost::shared_ptr<NoteType> note);
void play_midi_chord (std::vector<boost::shared_ptr<NoteType> > notes);
/** Play the NoteOff-Event of the given note immediately
* (scheduled by @ref play_midi_note()).
*/
bool play_midi_note_off(boost::shared_ptr<NoteType> note);
void clear_events();
bool canvas_event(GdkEvent* ev);