Song: removed old action array

As of commit c60e7ba8d1 we no longer queue
playback actions and process them later, therefore remove old remains.
This commit is contained in:
Tobias Doerffel
2014-02-03 20:11:18 +01:00
parent fd971ee3a2
commit e23d5838e7
2 changed files with 0 additions and 124 deletions

View File

@@ -354,18 +354,6 @@ private:
tick_t m_elapsedTicks;
tact_t m_elapsedTacts;
enum Actions
{
ActionStop,
ActionPlaySong,
ActionPlayTrack,
ActionPlayBB,
ActionPlayPattern,
ActionPause,
ActionResumeFromPause
} ;
QVector<Actions> m_actions;
VstSyncController m_vstSyncController;