AutomationPattern: removed unused member variable

The variable m_hasAutomation is not required anymore and thus can be
dropped.
This commit is contained in:
Tobias Doerffel
2013-06-11 14:50:27 +02:00
parent 005f2dde50
commit f83b9b04a3
2 changed files with 4 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ public:
inline bool hasAutomation() const
{
return m_hasAutomation;
return m_timeMap.isEmpty() == false;
}
float valueAt( const midiTime & _time ) const;