From 5b38fbab4dc5656d12147dc4ffd93f499949cc77 Mon Sep 17 00:00:00 2001 From: nick_m Date: Mon, 27 Feb 2017 13:14:53 +1100 Subject: fix compilation --- gtk2_ardour/editor_tempodisplay.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/editor_tempodisplay.cc') diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index 611feb2af8..767d84d918 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -347,7 +347,6 @@ Editor::tempo_curve_selected (TempoSection* ts, bool yn) { for (Curves::iterator x = tempo_curves.begin(); x != tempo_curves.end(); ++x) { if (&(*x)->tempo() == ts) { - (*x)->set_selected (yn); if (yn) { (*x)->set_color_rgba (UIConfiguration::instance().color ("location marker")); } else { -- cgit v1.2.3