libv4l: Remove double declaration of v4lconvert_grey_to_rgb24
authorHans de Goede <hdegoede@redhat.com>
Thu, 9 Dec 2010 10:13:48 +0000 (11:13 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 9 Dec 2010 10:13:48 +0000 (11:13 +0100)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
lib/libv4lconvert/libv4lconvert-priv.h

index 2680ed7..d8fe899 100644 (file)
@@ -133,9 +133,6 @@ void v4lconvert_grey_to_rgb24(const unsigned char *src, unsigned char *dest,
 void v4lconvert_grey_to_yuv420(const unsigned char *src, unsigned char *dest,
                 const struct v4l2_format *src_fmt);
 
-void v4lconvert_grey_to_rgb24(const unsigned char *src, unsigned char *dest,
-               int width, int height);
-
 void v4lconvert_rgb565_to_rgb24(const unsigned char *src, unsigned char *dest,
                int width, int height);