fix compilation
authornick_m <mainsbridge@gmail.com>
Mon, 27 Feb 2017 02:14:53 +0000 (13:14 +1100)
committerRobin Gareus <robin@gareus.org>
Mon, 27 Feb 2017 19:16:10 +0000 (20:16 +0100)
gtk2_ardour/editor_tempodisplay.cc

index 611feb2af8de6f7e34968484e53a4e72aead6b3c..767d84d91854090e36ba3c2a632794714258bf41 100644 (file)
@@ -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 {