aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alBuffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-26 02:53:15 -0800
committerChris Robinson <[email protected]>2010-11-26 02:53:15 -0800
commit7287b5cd3c251fb33a002a90508db398be52cd2c (patch)
tree685299b506b1a7c3e1439c4c2fbe64b2ca11d7d5 /OpenAL32/Include/alBuffer.h
parent0692cf304d92d546f2ab5252df58d3a82a2cfb72 (diff)
Make the buffer padding size dependent on the resampler
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r--OpenAL32/Include/alBuffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h
index 9ba3217d..e11fe210 100644
--- a/OpenAL32/Include/alBuffer.h
+++ b/OpenAL32/Include/alBuffer.h
@@ -7,9 +7,6 @@
extern "C" {
#endif
-#define BUFFER_PADDING 2
-#define BUFFER_PREPADDING 1
-
typedef struct ALbuffer
{
ALvoid *data;