Remove useless definition.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ulion 2007-11-11 13:09:09 +00:00
parent 0c39a1c3e0
commit f0ae640bf0
1 changed files with 0 additions and 4 deletions

View File

@ -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. */