# HG changeset patch # User diego # Date 1230039064 0 # Node ID 04adf13a43410218e7be19572a8e52ba32b437a9 # Parent a36ba293236b4433f55b7991c0c258277808b2af Remove pointless forward declaration. diff -r a36ba293236b -r 04adf13a4341 libvo/vo_x11.c --- a/libvo/vo_x11.c Tue Dec 23 11:42:24 2008 +0000 +++ b/libvo/vo_x11.c Tue Dec 23 13:31:04 2008 +0000 @@ -53,7 +53,6 @@ const LIBVO_EXTERN(x11) /* private prototypes */ -static void Display_Image(XImage * myximage, unsigned char *ImageData); static void (*draw_alpha_fnc) (int x0, int y0, int w, int h, unsigned char *src, unsigned char *srca, int stride);