Remove duplicate code

The duplicate breaks build.

Change-Id: I0f16761c4bcb8563402a664013429403b883c2e1
This commit is contained in:
Yaowu Xu
2016-10-21 08:22:46 -07:00
parent b97c3a13de
commit 68cb657e92

View File

@@ -859,8 +859,4 @@ static const int partition_supertx_context_lookup[PARTITION_TYPES] = { -1, 0, 0,
} // extern "C" } // extern "C"
#endif #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_ #endif // AV1_COMMON_COMMON_DATA_H_