fix compilation

This commit is contained in:
nick_m 2017-02-27 13:14:53 +11:00
parent cb2a5a96e6
commit 3fd874fd9f

View 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 {