aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alExtension.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-06-15 23:46:35 -0700
committerChris Robinson <[email protected]>2011-06-15 23:46:35 -0700
commit7f4dcefc808a8f579f2c70821e9c76d000d04976 (patch)
tree97c3d1442dc8baf162a9afce0948219f3597f46a /OpenAL32/alExtension.c
parentd702cb9b4920d6b1149d40e2804ef1b408746aca (diff)
Remove the databuffer functions and structs
It's been disabled for a while now, and not likely to be re-enabled.
Diffstat (limited to 'OpenAL32/alExtension.c')
-rw-r--r--OpenAL32/alExtension.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/alExtension.c b/OpenAL32/alExtension.c
index ff21645a..eb0f46a8 100644
--- a/OpenAL32/alExtension.c
+++ b/OpenAL32/alExtension.c
@@ -29,7 +29,6 @@
#include "alFilter.h"
#include "alEffect.h"
#include "alAuxEffectSlot.h"
-#include "alDatabuffer.h"
#include "alSource.h"
#include "alBuffer.h"
#include "AL/al.h"