summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-10 23:00:09 +0200
committerRay <[email protected]>2022-07-10 23:00:09 +0200
commitb92573e711fa942870975fab27ce52204d972688 (patch)
tree4ded1a9bb7733ca0cf8309972c9d73c8459b9ac0 /src/raudio.c
parent0ac825b22a36604f007aed72aed98ae95db16d0d (diff)
downloadraylib-b92573e711fa942870975fab27ce52204d972688.tar.gz
raylib-b92573e711fa942870975fab27ce52204d972688.zip
Update raudio.c
Diffstat (limited to 'src/raudio.c')
-rw-r--r--src/raudio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/raudio.c b/src/raudio.c
index 4186ca60..49a82a64 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -263,10 +263,6 @@ typedef struct tagBITMAPINFOHEADER {
#ifndef MAX_AUDIO_BUFFER_POOL_CHANNELS
#define MAX_AUDIO_BUFFER_POOL_CHANNELS 16 // Audio pool channels
#endif
-#ifndef DEFAULT_AUDIO_BUFFER_SIZE
- #define DEFAULT_AUDIO_BUFFER_SIZE 4096 // Default audio buffer size
-#endif
-
//----------------------------------------------------------------------------------
// Types and Structures Definition