From c23110467e4b0b0ef31cd540333e3a1d85e29c5d Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Tue, 12 Feb 2013 07:14:21 -0800 Subject: [PATCH] remove unused declaration of VP8Zigzag Change-Id: I80bdf4b692dcdad1fc2b0cfffcaebb5fef5dde34 --- src/enc/vp8enci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/enc/vp8enci.h b/src/enc/vp8enci.h index 671d02c8..1bc05897 100644 --- a/src/enc/vp8enci.h +++ b/src/enc/vp8enci.h @@ -157,7 +157,6 @@ typedef int64_t score_t; // type used for scores, rate, distortion static WEBP_INLINE int QUANTDIV(int n, int iQ, int B) { return (n * iQ + B) >> QFIX; } -extern const uint8_t VP8Zigzag[16]; // size of histogram used by CollectHistogram. #define MAX_COEFF_THRESH 31