From 61c0c8c88cede652774da02cc237ce14195f138a Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 28 Aug 2007 10:52:20 +0000 Subject: warning fix: vo_svga.c:57: warning: redundant redeclaration of 'query_format' video_out_internal.h:38: warning: previous declaration of 'query_format' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24258 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_svga.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c index 182880a2a9..9837c6e027 100644 --- a/libvo/vo_svga.c +++ b/libvo/vo_svga.c @@ -54,7 +54,6 @@ TODO: #define UNUSED(x) ((void)(x)) -static int query_format(uint32_t format); static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src, unsigned char *srca, int stride); static uint32_t get_image(mp_image_t *mpi); -- cgit v1.2.3