remove duplicate call: MeterSection is-a MetricSection
authorRobin Gareus <robin@gareus.org>
Wed, 1 Jun 2016 11:58:37 +0000 (13:58 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 1 Jun 2016 11:58:37 +0000 (13:58 +0200)
libs/ardour/ardour/tempo.h

index f190ba1185315ea9c2938d1b419f08a74a3617b5..a04f1bb072b19033f68f10d7b304a962ae0b0a74 100644 (file)
@@ -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;