Remove unused function 'isTempoAutomated()'

This commit is contained in:
Colin Wallace
2015-06-22 00:17:17 +00:00
parent 335b1c1c75
commit 8edfdc0543

View File

@@ -136,10 +136,6 @@ public:
{
return currentFrame();
}
inline bool isTempoAutomated()
{
return m_tempoModel.isAutomated();
}
inline bool isPaused() const
{
return m_paused;