Browse Source

Update raudio.c

Ray 3 years ago
parent
commit
b92573e711
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/raudio.c

+ 0 - 4
src/raudio.c

@@ -263,10 +263,6 @@ typedef struct tagBITMAPINFOHEADER {
 #ifndef MAX_AUDIO_BUFFER_POOL_CHANNELS
 #ifndef MAX_AUDIO_BUFFER_POOL_CHANNELS
     #define MAX_AUDIO_BUFFER_POOL_CHANNELS    16    // Audio pool channels
     #define MAX_AUDIO_BUFFER_POOL_CHANNELS    16    // Audio pool channels
 #endif
 #endif
-#ifndef DEFAULT_AUDIO_BUFFER_SIZE
-    #define DEFAULT_AUDIO_BUFFER_SIZE       4096    // Default audio buffer size
-#endif
-
 
 
 //----------------------------------------------------------------------------------
 //----------------------------------------------------------------------------------
 // Types and Structures Definition
 // Types and Structures Definition