no need for MidiCueEditor to have its own ::temporal_zoom_step() method
This commit is contained in:
@@ -1811,12 +1811,6 @@ MidiCueEditor::set (TriggerReference & tref)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
MidiCueEditor::temporal_zoom_step (bool zoom_out)
|
||||
{
|
||||
std::cerr << "MCE: zoom step out ? " << zoom_out << std::endl;
|
||||
}
|
||||
|
||||
void
|
||||
MidiCueEditor::unset ()
|
||||
{
|
||||
|
||||
@@ -58,7 +58,6 @@ class MidiCueEditor : public CueEditor
|
||||
|
||||
double visible_canvas_width() const { return _visible_canvas_width; }
|
||||
samplecnt_t current_page_samples() const;
|
||||
void temporal_zoom_step (bool zoom_out);
|
||||
|
||||
void get_per_region_note_selection (std::list<std::pair<PBD::ID, std::set<std::shared_ptr<Evoral::Note<Temporal::Beats> > > > >&) const {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user