X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftempo.h;h=a04f1bb072b19033f68f10d7b304a962ae0b0a74;hb=a223b96725c68a4e41c9f2f5675756c274730889;hp=f190ba1185315ea9c2938d1b419f08a74a3617b5;hpb=78bec77c3e4deeffcb02da3e8de5b034705a6ebb;p=ardour.git 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& w) { _beat = w.first; _bbt = w.second;