remove reference to region_motion_group, which no longer exists.

Not sure why git cherry-pick left this in place
This commit is contained in:
Paul Davis 2014-08-17 14:18:43 -04:00
parent 6b34125de4
commit dd2ada892a

View file

@ -1564,7 +1564,6 @@ RegionRippleDrag::add_all_after_to_views(TimeAxisView *tav, framepos_t where, co
(*i)->drag_start();
ArdourCanvas::Group* rvg = (*i)->get_canvas_group();
Duple rv_canvas_offset = rvg->item_to_canvas (Duple (0,0));
rvg->reparent (_editor->_region_motion_group);
(*i)->fake_set_opaque (true);
rvg->set_position (rv_canvas_offset);
}