# HG changeset patch # User diego # Date 1188298340 0 # Node ID 797799e53a68f7a13f69791a64352d8f19e508b8 # Parent 451b928c38eed43500ddf12c652daff433894cd3 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 diff -r 451b928c38ee -r 797799e53a68 libvo/vo_svga.c --- a/libvo/vo_svga.c Tue Aug 28 10:51:13 2007 +0000 +++ b/libvo/vo_svga.c Tue Aug 28 10:52:20 2007 +0000 @@ -54,7 +54,6 @@ #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);