Fix horizontal positioning of PC flags.
[ardour.git] / gtk2_ardour / tempo_lines.cc
index 1ca80ac28401a3ac0951f447f6f89dd83edfb891..1400b189fb50773e7eda1734dee69a2469160962 100644 (file)
@@ -77,7 +77,7 @@ TempoLines::draw (ARDOUR::TempoMap::BBTPointList& points, double frames_per_unit
        ArdourCanvas::SimpleLine *line = NULL;
        gdouble xpos;
        double who_cares;
-       double x1, x2, y1, y2, beat_density;
+       double x1, x2, y1, beat_density;
 
        uint32_t beats = 0;
        uint32_t bars = 0;