fix mute automation for busses & consolidate code.
[ardour.git] / 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;