diff --git a/include/Song.h b/include/Song.h index 2e5fa2401..5280cea30 100644 --- a/include/Song.h +++ b/include/Song.h @@ -136,10 +136,6 @@ public: { return currentFrame(); } - inline bool isTempoAutomated() - { - return m_tempoModel.isAutomated(); - } inline bool isPaused() const { return m_paused;