From cc37e36683e669bbae85ae56fc902c35d47e2c25 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Fri, 4 Nov 2016 21:36:51 -0400 Subject: [PATCH] pvq: drop unused declaration Change-Id: I5d95bb897d335dc17aa0ae5e873ba7dee46c6fda --- av1/common/pvq.h | 1 - 1 file changed, 1 deletion(-) diff --git a/av1/common/pvq.h b/av1/common/pvq.h index a5051b40a..371e4bd46 100644 --- a/av1/common/pvq.h +++ b/av1/common/pvq.h @@ -16,7 +16,6 @@ # include "generic_code.h" # include "odintrin.h" -extern const double *OD_BASIS_MAG[2][OD_NBSIZES + 1]; extern const int OD_QM8_Q4_FLAT[]; extern const int OD_QM8_Q4_HVS[];