[MPlayer-cvslog] r24175 - trunk/libvo/vo_dfbmga.c

diego subversion at mplayerhq.hu
Sat Aug 25 15:13:08 CEST 2007


Author: diego
Date: Sat Aug 25 15:13:08 2007
New Revision: 24175

Log:
Fix warning:
vo_dfbmga.c:231: warning: redundant redeclaration of 'uninit'
video_out_internal.h:37: warning: previous declaration of 'uninit' was here


Modified:
   trunk/libvo/vo_dfbmga.c

Modified: trunk/libvo/vo_dfbmga.c
==============================================================================
--- trunk/libvo/vo_dfbmga.c	(original)
+++ trunk/libvo/vo_dfbmga.c	Sat Aug 25 15:13:08 2007
@@ -228,8 +228,6 @@ get_layer_by_name( DFBDisplayLayerID id,
      return DFENUM_OK;
 }
 
-static void uninit( void );
-
 static int
 preinit( const char *arg )
 {



More information about the MPlayer-cvslog mailing list