diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-23 13:31:04 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-23 13:31:04 +0000 |
commit | d76a585366948e04676b48de0265a655b6eccb35 (patch) | |
tree | d22560d9074e97eb04ad13c992fec82b07a4b896 /libvo/vo_x11.c | |
parent | fc9625633bd5e165517ff68e02e2f11196d8ad0f (diff) | |
download | mpv-d76a585366948e04676b48de0265a655b6eccb35.tar.bz2 mpv-d76a585366948e04676b48de0265a655b6eccb35.tar.xz |
Remove pointless forward declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28184 b3059339-0415-0410-9bf9-f77b7e298cf2
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); |