# HG changeset patch # User diego # Date 1228177297 0 # Node ID 69e9b20238fcca653498b732184f42ab351f6430 # Parent 429b55bbbfe2a2b272464099ff81e5dcd56e35e9 Remove unused declarations. diff -r 429b55bbbfe2 -r 69e9b20238fc libswscale/rgb2rgb.c --- a/libswscale/rgb2rgb.c Mon Dec 01 16:45:43 2008 +0000 +++ b/libswscale/rgb2rgb.c Tue Dec 02 00:21:37 2008 +0000 @@ -124,21 +124,6 @@ DECLARE_ASM_CONST(8, uint64_t, red_15mask) = 0x00007c0000007c00ULL; DECLARE_ASM_CONST(8, uint64_t, green_15mask) = 0x000003e0000003e0ULL; DECLARE_ASM_CONST(8, uint64_t, blue_15mask) = 0x0000001f0000001fULL; - -#if 0 -static volatile uint64_t __attribute__((aligned(8))) b5Dither; -static volatile uint64_t __attribute__((aligned(8))) g5Dither; -static volatile uint64_t __attribute__((aligned(8))) g6Dither; -static volatile uint64_t __attribute__((aligned(8))) r5Dither; - -static uint64_t __attribute__((aligned(8))) dither4[2]={ - 0x0103010301030103LL, - 0x0200020002000200LL,}; - -static uint64_t __attribute__((aligned(8))) dither8[2]={ - 0x0602060206020602LL, - 0x0004000400040004LL,}; -#endif #endif /* defined(ARCH_X86) */ #define RGB2YUV_SHIFT 8