commit | 68cb657e9229fc5862977719dd1cb41e67805927 | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Fri Oct 21 08:22:46 2016 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Fri Oct 21 08:22:46 2016 -0700 |
tree | 9e39f22211efe365e764ec1d36be3b5a9f224463 | |
parent | b97c3a13de47a1d4ce53579f7c797e466f43643c [diff] |
Remove duplicate code The duplicate breaks build. Change-Id: I0f16761c4bcb8563402a664013429403b883c2e1
diff --git a/av1/common/common_data.h b/av1/common/common_data.h index 5b72b81..4165e35 100644 --- a/av1/common/common_data.h +++ b/av1/common/common_data.h
@@ -859,8 +859,4 @@ } // extern "C" #endif -static const int tx_size_1d[TX_SIZES] = { 4, 8, 16, 32 }; - -static const int tx_size_2d[TX_SIZES] = { 16, 64, 256, 1024 }; - #endif // AV1_COMMON_COMMON_DATA_H_