From f0ae640bf0a84e96798cf9f0550ce852e47d8e1d Mon Sep 17 00:00:00 2001 From: ulion Date: Sun, 11 Nov 2007 13:09:09 +0000 Subject: Remove useless definition. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25022 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_macosx.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libao2') 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. */ -- cgit v1.2.3