Skip to content

Commit ff4e961

Browse files
Removed touchUnlocked property form HTML5AudioSoundManager class
1 parent 6b1b7a1 commit ff4e961

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/sound/html5/HTML5AudioSoundManager.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ var HTML5AudioSoundManager = new Class({
4646
* @default []
4747
*/
4848
this.onBlurPausedSounds = [];
49-
/**
50-
* Flag used for indicating when the audio has been unlocked,
51-
* if there ever was a need for it.
52-
*
53-
* @private
54-
* @type {boolean}
55-
* @default false
56-
*/
57-
this.touchUnlocked = false;
5849
/**
5950
* Property that actually holds the value of global mute
6051
* for HTML5 Audio sound manager implementation.

0 commit comments

Comments
 (0)