Skip to content

Commit 7ecc671

Browse files
Removed update method
1 parent 2bf8358 commit 7ecc671

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sound/noaudio/NoAudioSound.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ var NoAudioSound = new Class({
5555
stop: function () {
5656
return false;
5757
},
58-
update: NOOP,
5958
destroy: function () {
6059
BaseSound.prototype.destroy.call(this);
6160
}

0 commit comments

Comments
 (0)