We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2120b commit 4969349Copy full SHA for 4969349
1 file changed
src/sound/noaudio/NoAudioSoundManager.js
@@ -70,17 +70,6 @@ var NoAudioSoundManager = new Class({
70
{
71
return false;
72
},
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
- */
84
remove: function (sound)
85
86
return BaseSoundManager.prototype.remove.call(this, sound);
0 commit comments