chore: remove unused eslint disable comments (#8595)

This commit is contained in:
Parbez
2022-09-08 18:38:04 +05:30
committed by GitHub
parent dd5a08944c
commit dbca93098c
18 changed files with 4 additions and 19 deletions

View File

@@ -124,7 +124,6 @@ function audioCycleStep() {
player['_stepDispatch']();
}
// eslint-disable-next-line @typescript-eslint/no-use-before-define
prepareNextAudioFrame(available);
}