diff options
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r-- | libvo/vo_x11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c index c1c8ef79ce..73062bce35 100644 --- a/libvo/vo_x11.c +++ b/libvo/vo_x11.c @@ -53,7 +53,6 @@ static const vo_info_t info = { 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); |