diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2013-03-14 18:30:09 -0400 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-15 11:53:16 -0700 |
commit | 2e29828643c96a7943594a7b0ce7005eef7060b4 (patch) | |
tree | 1178bd7900088c55239c74542a71c2b40251218c | |
parent | 506b491eb1a8ca8fe60a963f8a36127d2860b551 (diff) |
Remove the unneeded struct
-rw-r--r-- | src/library_openal.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/library_openal.js b/src/library_openal.js index ba55e6bd..53c69a89 100644 --- a/src/library_openal.js +++ b/src/library_openal.js @@ -5,12 +5,6 @@ var LibraryOpenAL = { $AL: { contexts: [], currentContext: null, - - structs: { - Rect: Runtime.generateStructInfo([ - ['i32', 'x'], ['i32', 'y'], ['i32', 'w'], ['i32', 'h'], - ]) - }, }, alcProcessContext: function(context) {}, |