mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 22:10:32 +02:00
cleanup from PR comments
This commit is contained in:
parent
80d33ee251
commit
46dc5bea04
2 changed files with 3 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue