summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-06-01 13:58:37 +0200
committerRobin Gareus <robin@gareus.org>2016-06-01 13:58:37 +0200
commit79245a296b73c4ad49bc9b5a204cdda120e1ab90 (patch)
tree7c1f725c7e5aabfcb982c61892a0400e8d103dcf
parentd9c98a51c298e1a2650fedb2b4f284fab1a59a2a (diff)
remove duplicate call: MeterSection is-a MetricSection
-rw-r--r--libs/ardour/ardour/tempo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index f190ba1185..a04f1bb072 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -149,9 +149,6 @@ class LIBARDOUR_API MeterSection : public MetricSection, public Meter {
XMLNode& get_state() const;
- void set_pulse (double w) {
- MetricSection::set_pulse (w);
- }
void set_beat (std::pair<double, Timecode::BBT_Time>& w) {
_beat = w.first;
_bbt = w.second;