Skip to content

Commit

Permalink
Remove cruft: unused callback
Browse files Browse the repository at this point in the history
x42 committed Jul 14, 2019
1 parent 169e154 commit 18958af
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions gtk2_ardour/midi_time_axis.cc
Original file line number Diff line number Diff line change
@@ -231,8 +231,6 @@ MidiTimeAxisView::set_route (boost::shared_ptr<Route> rt)
time_axis_hbox.pack_end(*v, false, false, 0);
midi_scroomer_size_group->add_widget (*v);

midi_view()->NoteRangeChanged.connect (
sigc::mem_fun(*this, &MidiTimeAxisView::update_range));

/* ask for notifications of any new RegionViews */
_view->RegionViewAdded.connect (
@@ -1147,11 +1145,6 @@ MidiTimeAxisView::set_note_range (MidiStreamView::VisibleNoteRange range, bool a
}
}

void
MidiTimeAxisView::update_range()
{
}

void
MidiTimeAxisView::show_all_automation (bool apply_to_selection)
{
2 changes: 0 additions & 2 deletions gtk2_ardour/midi_time_axis.h
Original file line number Diff line number Diff line change
@@ -96,8 +96,6 @@ class MidiTimeAxisView : public RouteTimeAxisView
boost::shared_ptr<MIDI::Name::MasterDeviceNames> get_device_names();
boost::shared_ptr<MIDI::Name::CustomDeviceMode> get_device_mode();

void update_range();

Gtk::CheckMenuItem* automation_child_menu_item (Evoral::Parameter);

StepEditor* step_editor() { return _step_editor; }

0 comments on commit 18958af

Please sign in to comment.