summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-02-27 13:14:53 +1100
committerRobin Gareus <robin@gareus.org>2017-02-27 20:16:10 +0100
commit5b38fbab4dc5656d12147dc4ffd93f499949cc77 (patch)
treef0c18f93b7f0ba566d437a303e7009d74757fef6 /gtk2_ardour/editor_tempodisplay.cc
parent243fd7a42895b706c33a9bcaa64bc17fb2388e13 (diff)
fix compilation
Diffstat (limited to 'gtk2_ardour/editor_tempodisplay.cc')
-rw-r--r--gtk2_ardour/editor_tempodisplay.cc1
1 files changed, 0 insertions, 1 deletions
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 {