[vlc-commits] OSS: remove stray declaration

Pierre Ynard git at videolan.org
Mon Oct 3 01:40:32 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Oct  3 01:39:40 2011 +0200| [98a7bcb4d48fe08f0e5c59c8c23b8ea20ed81050] | committer: Pierre Ynard

OSS: remove stray declaration

Fix warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=98a7bcb4d48fe08f0e5c59c8c23b8ea20ed81050
---

 modules/audio_output/oss.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/audio_output/oss.c b/modules/audio_output/oss.c
index d201df5..b605d26 100644
--- a/modules/audio_output/oss.c
+++ b/modules/audio_output/oss.c
@@ -87,7 +87,6 @@ struct aout_sys_t
 static int  Open         ( vlc_object_t * );
 static void Close        ( vlc_object_t * );
 
-static void Play         ( audio_output_t *, block_t * );
 static void* OSSThread   ( void * );
 
 static mtime_t BufferDuration( audio_output_t * p_aout );



More information about the vlc-commits mailing list