aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 31c5cb4d..f9f5882a 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -414,7 +414,6 @@ typedef struct Wave {
} Wave;
typedef struct rAudioBuffer rAudioBuffer;
-#define AudioBuffer rAudioBuffer // HACK: To avoid CoreAudio (macOS) symbol collision
// Audio stream type
// NOTE: Useful to create custom audio streams not bound to a specific file