diff --git a/src/sound/noaudio/NoAudioSound.js b/src/sound/noaudio/NoAudioSound.js index 135f34b64..629f08e78 100644 --- a/src/sound/noaudio/NoAudioSound.js +++ b/src/sound/noaudio/NoAudioSound.js @@ -57,15 +57,6 @@ var NoAudioSound = new Class({ }, config); this.currentConfig = this.config; this.mute = false; - - /** - * [description] - * - * @name Phaser.Sound.NoAudioSound#volume - * @type {number} - * @default 1 - * @since 3.0.0 - */ this.volume = 1; /**