mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +02:00
Delete leftover line
This commit is contained in:
parent
e02e810399
commit
58e829dbda
1 changed files with 0 additions and 2 deletions
|
@ -138,8 +138,6 @@ public:
|
|||
if (_runDelayMs > 0) {
|
||||
QThread::msleep(_runDelayMs);
|
||||
}
|
||||
auto audioIO = DependencyManager::get<AudioClient>();
|
||||
|
||||
auto rootItem = _surface->getRootItem();
|
||||
if (rootItem) {
|
||||
for (auto player : rootItem->findChildren<QMediaPlayer*>()) {
|
||||
|
|
Loading…
Reference in a new issue