From 6c2ee72a4c3f24446949ff3002b3d5116c9b766c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 13:13:08 +0000 Subject: 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 --- libvo/vo_dfbmga.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo') 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 ) { -- cgit v1.2.3