removed declarations of removed functions

main
Georg Krause 2018-04-08 11:04:11 +02:00
parent c909d8b15f
commit 10b2cad7ed
1 changed files with 0 additions and 11 deletions

View File

@ -52,9 +52,6 @@ public:
std::string getAuthor();
std::string getEmail();
/// track actions
//void mute(int t, bool b);
void metronomeEnable(bool b);
void launchScene( int scene );
@ -65,14 +62,6 @@ public:
void recordArm(int t, bool b);
void setSceneState(int track, int clip, GridLogic::State s);
/*
void progress(int t, int s, float f);
void launchScene( int scene );
/// track FX
void trackSend(int t, int send, float v);
*/
void trackSend(int t, int send, float v);
void trackSendActive(int t, int send, bool a);