From 8edfdc05438354b7d40149cc189e7e45eee59e02 Mon Sep 17 00:00:00 2001 From: Colin Wallace Date: Mon, 22 Jun 2015 00:17:17 +0000 Subject: [PATCH] Remove unused function 'isTempoAutomated()' --- include/Song.h | 4 ---- 1 file changed, 4 deletions(-) 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;