Remove extern declaration for free_sh_audio() that is both unused and

already present from stheader.h. (Would cause a compile error after my
next change.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18710 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
uau 2006-06-14 13:47:11 +00:00
parent e9d882a6a3
commit a4850512c0
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ typedef struct da_priv {
float length;
} da_priv_t;
extern void free_sh_audio(sh_audio_t* sh);
static uint32_t get_bits(da_priv_t* priv, stream_t* s, int bits) {
uint32_t out = priv->dword;
uint32_t mask = (1 << bits) - 1;