aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/library_openal.js6
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) {},