summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:13:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:13:08 +0000
commit6c2ee72a4c3f24446949ff3002b3d5116c9b766c (patch)
treef6f4285635f4bbb9e9d90ad139fa52e9e8d6b158
parent86354b25dd8f24b0bbe98281f0a0e9d32e8d6b3b (diff)
downloadmpv-6c2ee72a4c3f24446949ff3002b3d5116c9b766c.tar.bz2
mpv-6c2ee72a4c3f24446949ff3002b3d5116c9b766c.tar.xz
Fix warning:
vo_dfbmga.c:231: warning: redundant redeclaration of 'uninit' video_out_internal.h:37: warning: previous declaration of 'uninit' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24175 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_dfbmga.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_dfbmga.c b/libvo/vo_dfbmga.c
index 17187b880e..d4e36a80e0 100644
--- a/libvo/vo_dfbmga.c
+++ b/libvo/vo_dfbmga.c
@@ -228,8 +228,6 @@ get_layer_by_name( DFBDisplayLayerID id,
return DFENUM_OK;
}
-static void uninit( void );
-
static int
preinit( const char *arg )
{