[MPlayer-cvslog] r28184 - trunk/libvo/vo_x11.c
diego
subversion at mplayerhq.hu
Tue Dec 23 15:00:41 CET 2008
Author: diego
Date: Tue Dec 23 14:31:04 2008
New Revision: 28184
Log:
Remove pointless forward declaration.
Modified:
trunk/libvo/vo_x11.c
Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c Tue Dec 23 12:42:24 2008 (r28183)
+++ trunk/libvo/vo_x11.c Tue Dec 23 14:31:04 2008 (r28184)
@@ -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);
More information about the MPlayer-cvslog
mailing list