diff --git a/libraries/SoundManager/SoundManager.ts b/libraries/SoundManager/SoundManager.ts index cd59e05c10..8ce46f59d4 100644 --- a/libraries/SoundManager/SoundManager.ts +++ b/libraries/SoundManager/SoundManager.ts @@ -40,12 +40,6 @@ export default class SoundManager { } } - /** - * @function - * init 'sounds' property - * @param volume - */ - private initSounds(volume: number = 1.0) {} /** @function * Check if a specific sound exists * @param sound Name of the sound to check