tempo ruler: do not resize marker (a grabbable object) due to tempo changes

This commit is contained in:
Ben Loftis 2022-02-14 20:37:58 -06:00
parent 111054812a
commit daf56ccf0a
3 changed files with 0 additions and 27 deletions

View file

@ -186,7 +186,6 @@ class TempoMarker : public MetricMarker
Temporal::TempoPoint const & tempo() const { return *_tempo; }
Temporal::Point const & point() const;
void update_height_mark (const double ratio);
TempoCurve& curve();
private: