From 28bd7673ad3a098ad5c80dcc885c8f7b8cdd6b7a Mon Sep 17 00:00:00 2001 From: hui su Date: Wed, 26 Aug 2015 10:37:29 -0700 Subject: Remove vp10_default_scan_orders[] that is unused Change-Id: Ibc3b5cb3799f080808cf22ccb01d733e74ab4461 --- vp10/common/scan.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vp10/common/scan.h') diff --git a/vp10/common/scan.h b/vp10/common/scan.h index f5a020f1e..ada67f4a6 100644 --- a/vp10/common/scan.h +++ b/vp10/common/scan.h @@ -29,7 +29,6 @@ typedef struct { const int16_t *neighbors; } scan_order; -extern const scan_order vp10_default_scan_orders[TX_SIZES]; extern const scan_order vp10_scan_orders[TX_SIZES][TX_TYPES]; static INLINE int get_coef_context(const int16_t *neighbors, -- cgit v1.2.3