cleanup from PR comments

This commit is contained in:
David Kelly 2016-07-11 09:31:05 -07:00
parent 80d33ee251
commit 46dc5bea04
2 changed files with 3 additions and 7 deletions

View file

@ -84,9 +84,6 @@ signals:
void finished();
void restarting();
/*private slots:
void finish();
*/
private:
void setupInjection();
int64_t injectNextFrame();
@ -110,7 +107,6 @@ private:
// when the injector is local, we need this
AudioHRTF _localHRTF;
// for local injection,
friend class AudioInjectorManager;
};