summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-08 13:12:26 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-08 13:12:26 +0000
commit33ffe733f1bb10c7a53951e2092443524545dc32 (patch)
tree58de44cd4b48b32b8a5f9bd4eb045f19544a5f61 /gtk2_ardour/midi_region_view.h
parente8cb671956c927641aa03e9dd1f8ab09925ec79c (diff)
Remove unused declaration.
git-svn-id: svn://localhost/ardour2/branches/3.0@12605 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index f47c94a1a9..8ad1214c78 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -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);