mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Amend last commit - remove some code.
This commit is contained in:
parent
869a9cb5df
commit
c1b950373f
3 changed files with 20 additions and 51 deletions
|
|
@ -146,9 +146,6 @@ class TempoMarker : public ArdourMarker
|
|||
ARDOUR::TempoSection& tempo() const { return _tempo; }
|
||||
|
||||
void update_height_mark (const double& ratio);
|
||||
void set_enter_color();
|
||||
void set_leave_color();
|
||||
|
||||
private:
|
||||
ARDOUR::TempoSection& _tempo;
|
||||
};
|
||||
|
|
@ -161,9 +158,6 @@ class MeterMarker : public ArdourMarker
|
|||
|
||||
ARDOUR::MeterSection& meter() const { return _meter; }
|
||||
|
||||
void set_enter_color();
|
||||
void set_leave_color();
|
||||
|
||||
private:
|
||||
ARDOUR::MeterSection& _meter;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue