aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-03-05 18:41:54 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-03-05 18:41:54 -0800
commit28f0397b64792e446de7bb5c4703425d0df02689 (patch)
tree53179c17d213a41beffe0748b90ab03aa8b073c8
parent1bc27b9a5bb60eed984a4188c57a4c06d02f1128 (diff)
remove stale dependencies in openal
-rw-r--r--src/library_openal.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/library_openal.js b/src/library_openal.js
index bdbb2dca..fd382aa1 100644
--- a/src/library_openal.js
+++ b/src/library_openal.js
@@ -182,7 +182,6 @@ var LibraryOpenAL = {
}
},
- alcCreateContext__deps: ['updateSources'],
alcCreateContext: function(device, attrList) {
if (device != 1) {
return 0;
@@ -386,7 +385,6 @@ var LibraryOpenAL = {
}
},
- alSourcei__deps: ['updateSource'],
alSourcei: function(source, param, value) {
if (!AL.currentContext) {
#if OPENAL_DEBUG
@@ -558,7 +556,6 @@ var LibraryOpenAL = {
{{{ makeGetValue('value', '8', 'float') }}});
},
- alSourceQueueBuffers__deps: ["updateSource"],
alSourceQueueBuffers: function(source, count, buffers) {
if (!AL.currentContext) {
#if OPENAL_DEBUG
@@ -594,7 +591,6 @@ var LibraryOpenAL = {
AL.updateSource(src);
},
- alSourceUnqueueBuffers__deps: ["updateSource"],
alSourceUnqueueBuffers: function(source, count, buffers) {
if (!AL.currentContext) {
#if OPENAL_DEBUG
@@ -860,7 +856,6 @@ var LibraryOpenAL = {
AL.setSourceState(src, 0x1013 /* AL_PAUSED */);
},
- alGetSourcei__deps: ['updateSource'],
alGetSourcei: function(source, param, value) {
if (!AL.currentContext) {
#if OPENAL_DEBUG