From: Ramiro Polla Date: Tue, 19 Jan 2010 11:35:04 +0000 (+0000) Subject: Remove useless forward declaration. X-Git-Tag: v0.6~1798 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3aca8b59f6b7a5d7f0c0ac1bd6399d6b217018bb;p=coroid%2Fffmpeg_saccubus.git Remove useless forward declaration. Originally committed as revision 30371 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 057d7e19f..2cffc5d4e 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -298,8 +298,6 @@ DECLARE_ASM_CONST(8, uint64_t, ff_bgr24toUVOffset)= 0x0040400000404000ULL; #endif /* ARCH_X86 && CONFIG_GPL */ -static SwsVector *sws_getConvVec(SwsVector *a, SwsVector *b); - DECLARE_ALIGNED(8, static const uint8_t, dither_2x2_4[2][8])={ { 1, 3, 1, 3, 1, 3, 1, 3, }, { 2, 0, 2, 0, 2, 0, 2, 0, },