Mercurial > mplayer.hg
changeset 26100:fb1ef5528f05
Remove duplicate extern declaration.
author | diego |
---|---|
date | Sat, 01 Mar 2008 08:56:28 +0000 |
parents | 13af6fff168d |
children | a65168348ad5 |
files | libao2/audio_out.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/audio_out.c Fri Feb 29 20:06:21 2008 +0000 +++ b/libao2/audio_out.c Sat Mar 01 08:56:28 2008 +0000 @@ -23,7 +23,6 @@ extern ao_functions_t audio_out_null; extern ao_functions_t audio_out_alsa5; extern ao_functions_t audio_out_alsa; - extern ao_functions_t audio_out_alsa; extern ao_functions_t audio_out_nas; extern ao_functions_t audio_out_sdl; extern ao_functions_t audio_out_sun;