AutomationPattern: removed unused member variable
The variable m_hasAutomation is not required anymore and thus can be dropped.
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
|
||||
inline bool hasAutomation() const
|
||||
{
|
||||
return m_hasAutomation;
|
||||
return m_timeMap.isEmpty() == false;
|
||||
}
|
||||
|
||||
float valueAt( const midiTime & _time ) const;
|
||||
|
||||
Reference in New Issue
Block a user