diff options
author | Chris Robinson <[email protected]> | 2011-06-15 23:46:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-15 23:46:35 -0700 |
commit | 7f4dcefc808a8f579f2c70821e9c76d000d04976 (patch) | |
tree | 97c3d1442dc8baf162a9afce0948219f3597f46a /CMakeLists.txt | |
parent | d702cb9b4920d6b1149d40e2804ef1b408746aca (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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1b1039e..eaa978c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -346,7 +346,6 @@ ENDIF() SET(OPENAL_OBJS OpenAL32/alAuxEffectSlot.c OpenAL32/alBuffer.c - OpenAL32/alDatabuffer.c OpenAL32/alEffect.c OpenAL32/alError.c OpenAL32/alExtension.c |