Remove no-longer used file.
[ardour.git] / libs / ardour / ardour / midi_playlist.h
index 83282478329433e8d8be09a460b603710ae60c94..ccadb39e92ee4c8db6e8813050c2561388807b33 100644 (file)
@@ -59,6 +59,8 @@ public:
 
        std::set<Evoral::Parameter> contained_automation();
 
+       void clear_note_trackers ();
+
 protected:
 
        /* playlist "callbacks" */
@@ -72,7 +74,7 @@ protected:
 private:
        void dump () const;
 
-       bool region_changed (Change, boost::shared_ptr<Region>);
+       bool region_changed (const PBD::PropertyChange&, boost::shared_ptr<Region>);
 
        NoteMode _note_mode;