changeset 24155:4b0528fe0ffd

Fix warning: vo_dfbmga.c:231: warning: redundant redeclaration of 'uninit' video_out_internal.h:37: warning: previous declaration of 'uninit' was here
author diego
date Sat, 25 Aug 2007 13:13:08 +0000
parents 09006821e9d7
children 5e3665b6213e
files libvo/vo_dfbmga.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Sat Aug 25 13:08:49 2007 +0000
+++ b/libvo/vo_dfbmga.c	Sat Aug 25 13:13:08 2007 +0000
@@ -228,8 +228,6 @@
      return DFENUM_OK;
 }
 
-static void uninit( void );
-
 static int
 preinit( const char *arg )
 {