changeset 23605:cfcf3b068cdf

vo_init is x11 specific and has no place in video_out.h. It is already in x11_common.h.
author reimar
date Sun, 24 Jun 2007 10:06:10 +0000
parents cb16042df510
children 751c9f918c1e
files libvo/video_out.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.h	Sun Jun 24 10:03:26 2007 +0000
+++ b/libvo/video_out.h	Sun Jun 24 10:06:10 2007 +0000
@@ -177,8 +177,6 @@
 
 } 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,