summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/ao_macosx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libao2/ao_macosx.c b/libao2/ao_macosx.c
index d66f168288..6c9aedb838 100644
--- a/libao2/ao_macosx.c
+++ b/libao2/ao_macosx.c
@@ -68,10 +68,6 @@ LIBAO_EXTERN(macosx)
/* Prefix for all mp_msg() calls */
#define ao_msg(a, b, c...) mp_msg(a, b, "AO: [macosx] " c)
-/* This is large, but best (maybe it should be even larger).
- * CoreAudio supposedly has an internal latency in the order of 2ms */
-#define NUM_BUFS 32
-
typedef struct ao_macosx_s
{
AudioDeviceID i_selected_dev; /* Keeps DeviceID of the selected device. */