summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-12-31 11:54:38 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2013-12-31 11:54:38 -0500
commite7059e5a16f43bc6f267c009c9144693905f5cae (patch)
treea2d60f4319fe3b4a61b2e2aced9e5585b0c429d0 /gtk2_ardour
parent8f876bb5ab2fbbf5de4936877c80e3f6e30a05fb (diff)
remove use of canvas property_foo() since it did nothing (and has now been removed)
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/audio_region_view.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/audio_region_view.cc b/gtk2_ardour/audio_region_view.cc
index 84cdfc4998..af6da5a3c0 100644
--- a/gtk2_ardour/audio_region_view.cc
+++ b/gtk2_ardour/audio_region_view.cc
@@ -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 ();