1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

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
This commit is contained in:
diego 2007-08-25 13:13:08 +00:00
parent 86354b25dd
commit 6c2ee72a4c

View File

@ -228,8 +228,6 @@ get_layer_by_name( DFBDisplayLayerID id,
return DFENUM_OK;
}
static void uninit( void );
static int
preinit( const char *arg )
{