changeset 18707:60a60dbf7a88

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.)
author uau
date Wed, 14 Jun 2006 13:47:11 +0000
parents 7fb537ba7c96
children 9e2b300db17b
files libmpdemux/demux_mpc.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_mpc.c	Wed Jun 14 13:10:24 2006 +0000
+++ b/libmpdemux/demux_mpc.c	Wed Jun 14 13:47:11 2006 +0000
@@ -27,8 +27,6 @@
   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;