From 900ca33bbe15e6505643117571226dd46216dee5 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 10:06:10 +0000 Subject: vo_init is x11 specific and has no place in video_out.h. It is already in x11_common.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23625 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libvo') diff --git a/libvo/video_out.h b/libvo/video_out.h index 48b31a5305..d8515665de 100644 --- a/libvo/video_out.h +++ b/libvo/video_out.h @@ -177,8 +177,6 @@ typedef struct vo_functions_s } vo_functions_t; -int vo_init(void); - vo_functions_t* init_best_video_out(char** vo_list); int config_video_out(vo_functions_t *vo, uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, -- cgit v1.2.3