changeset 23604:cb16042df510

Remove redundant vo_format_name, included img_format.h already provides it
author reimar
date Sun, 24 Jun 2007 10:03:26 +0000
parents c1221a031ab7
children cfcf3b068cdf
files libvo/video_out.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/video_out.h	Sun Jun 24 09:52:19 2007 +0000
+++ b/libvo/video_out.h	Sun Jun 24 10:03:26 2007 +0000
@@ -177,7 +177,6 @@
 
 } vo_functions_t;
 
-const char *vo_format_name(int format);
 int vo_init(void);
 
 vo_functions_t* init_best_video_out(char** vo_list);