13
0

remove use of canvas property_foo() since it did nothing (and has now been removed)

This commit is contained in:
Paul Davis 2013-12-31 11:54:38 -05:00
parent 8f876bb5ab
commit e7059e5a16

View File

@ -1514,12 +1514,6 @@ AudioRegionView::transients_changed ()
canvas_item->set (ArdourCanvas::Duple (-1.0, 2.0),
ArdourCanvas::Duple (1.0, _height - TimeAxisViewItem::NAME_HIGHLIGHT_SIZE - 1));
canvas_item->property_first_arrowhead() = TRUE;
canvas_item->property_last_arrowhead() = TRUE;
canvas_item->property_arrow_shape_a() = 11.0;
canvas_item->property_arrow_shape_b() = 0.0;
canvas_item->property_arrow_shape_c() = 4.0;
canvas_item->raise_to_top ();
canvas_item->show ();