changeset 28149:04adf13a4341

Remove pointless forward declaration.
author diego
date Tue, 23 Dec 2008 13:31:04 +0000
parents a36ba293236b
children 20451f226dfe
files libvo/vo_x11.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);