Skip to content

Commit 4969349

Browse files
Removed redundant docs
1 parent ae2120b commit 4969349

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/sound/noaudio/NoAudioSoundManager.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ var NoAudioSoundManager = new Class({
7070
{
7171
return false;
7272
},
73-
74-
/**
75-
* [description]
76-
*
77-
* @method Phaser.Sound.NoAudioSoundManager#remove
78-
* @since 3.0.0
79-
*
80-
* @param {ISound} sound - The sound object to remove.
81-
*
82-
* @return {boolean} True if the sound was removed successfully, otherwise false.
83-
*/
8473
remove: function (sound)
8574
{
8675
return BaseSoundManager.prototype.remove.call(this, sound);

0 commit comments

Comments
 (0)