summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-09-07 16:53:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-09-07 16:53:53 +0000
commit539c8361de35364effe804e2db184790226b340a (patch)
tree279f579faa714c666251b928ded743354f9b4610 /gtk2_ardour/midi_region_view.h
parent79dc191d6bcd61a81765ce2563a9c325b97c4ed8 (diff)
use diff commands for quantize, with infrastructure changes as required
git-svn-id: svn://localhost/ardour2/branches/3.0@5639 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index c855dfeb0f..5a7955e140 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -271,9 +271,6 @@ class MidiRegionView : public RegionView
/** Convert a timestamp in frames to beats (both relative to region start) */
double frames_to_beats(nframes64_t beats) const;
- /** Return the current selection as a MidiModel or null if there is no selection */
- ARDOUR::MidiModel* selection_as_model () const;
-
void goto_previous_note ();
void goto_next_note ();
void change_note_lengths (bool, bool, bool start, bool end);
@@ -284,7 +281,6 @@ class MidiRegionView : public RegionView
void show_list_editor ();
void selection_as_notelist (NoteList& selected);
- void replace_selected (NoteList& replacements);
protected:
/** Allows derived types to specify their visibility requirements