summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/midi_playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/midi_playlist.h')
-rw-r--r--libs/ardour/ardour/midi_playlist.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libs/ardour/ardour/midi_playlist.h b/libs/ardour/ardour/midi_playlist.h
index 1b01bbdc2d..82f7cb690f 100644
--- a/libs/ardour/ardour/midi_playlist.h
+++ b/libs/ardour/ardour/midi_playlist.h
@@ -100,15 +100,6 @@ public:
std::set<Evoral::Parameter> contained_automation();
- /** Handle a region edit during read.
- *
- * This must be called before the command is applied to the model. Events
- * are injected into the playlist output to compensate for edits to active
- * notes and maintain coherent output and tracker state.
- */
- void region_edited(boost::shared_ptr<Region> region,
- const MidiModel::NoteDiffCommand* cmd);
-
/** Clear all note trackers. */
void reset_note_trackers ();