remove unused declaration of VP8Zigzag

Change-Id: I80bdf4b692dcdad1fc2b0cfffcaebb5fef5dde34
This commit is contained in:
Pascal Massimino 2013-02-12 07:14:21 -08:00
parent 36152957af
commit c23110467e

View File

@ -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