diff --git a/gtk2_ardour/vca_time_axis.cc b/gtk2_ardour/vca_time_axis.cc index 754a8b4508..ce221047cb 100644 --- a/gtk2_ardour/vca_time_axis.cc +++ b/gtk2_ardour/vca_time_axis.cc @@ -129,8 +129,6 @@ VCATimeAxisView::~VCATimeAxisView () void VCATimeAxisView::self_delete () { - /* reset reference immediately rather than deferring to idle */ - _vca.reset (); delete_when_idle (this); }