Remove unused function Song::playTrack

This commit is contained in:
Colin Wallace
2015-04-27 06:24:47 +00:00
parent b6643f83d4
commit d9c2be73fa
2 changed files with 0 additions and 23 deletions

View File

@@ -256,7 +256,6 @@ public slots:
void playSong();
void record();
void playAndRecord();
void playTrack( Track * trackToPlay );
void playBB();
void playPattern( const Pattern * patternToPlay, bool loop = true );
void togglePause();