From 09f6a45dc28f229d4cb1e31dffdea868501dfb43 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:19:29 +0000 Subject: Remove non-existing stray arguments from Doxygen function documentation. Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/x11grab.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavdevice') diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 63dc0f74f2..1b58d44f2e 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -243,8 +243,6 @@ x11grab_read_header(AVFormatContext *s1, AVFormatParameters *ap) * @param image image to paint the mouse pointer to * @param s context used to retrieve original grabbing rectangle * coordinates - * @param x Mouse pointer coordinate - * @param y Mouse pointer coordinate */ static void paint_mouse_pointer(XImage *image, struct x11_grab *s) -- cgit v1.2.3