File tree 1 file changed +0
-4
lines changed 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -860,7 +860,6 @@ var LibraryOpenAL = {
860
860
}
861
861
} ,
862
862
863
- alSourcePlay__deps : [ 'setSourceState' ] ,
864
863
alSourcePlay : function ( source ) {
865
864
if ( ! AL . currentContext ) {
866
865
#if OPENAL_DEBUG
@@ -879,7 +878,6 @@ var LibraryOpenAL = {
879
878
AL . setSourceState ( src , 0x1012 /* AL_PLAYING */ ) ;
880
879
} ,
881
880
882
- alSourceStop__deps : [ 'setSourceState' ] ,
883
881
alSourceStop : function ( source ) {
884
882
if ( ! AL . currentContext ) {
885
883
#if OPENAL_DEBUG
@@ -898,7 +896,6 @@ var LibraryOpenAL = {
898
896
AL . setSourceState ( src , 0x1014 /* AL_STOPPED */ ) ;
899
897
} ,
900
898
901
- alSourceRewind__deps : [ 'setSourceState' ] ,
902
899
alSourceRewind : function ( source ) {
903
900
if ( ! AL . currentContext ) {
904
901
#if OPENAL_DEBUG
@@ -920,7 +917,6 @@ var LibraryOpenAL = {
920
917
AL . setSourceState ( src , 0x1011 /* AL_INITIAL */ ) ;
921
918
} ,
922
919
923
- alSourcePause__deps : [ 'setSourceState' ] ,
924
920
alSourcePause : function ( source ) {
925
921
if ( ! AL . currentContext ) {
926
922
#if OPENAL_DEBUG
You can’t perform that action at this time.
0 commit comments