]> granicus.if.org Git - libvpx/commitdiff
Remove duplicate code
authorYaowu Xu <yaowu@google.com>
Fri, 21 Oct 2016 15:22:46 +0000 (08:22 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 21 Oct 2016 15:22:46 +0000 (08:22 -0700)
The duplicate breaks build.

Change-Id: I0f16761c4bcb8563402a664013429403b883c2e1

av1/common/common_data.h

index 5b72b81f798c36f43b40b2101422b8cbbcd26194..4165e35779534b0d67fe882e4f75a26f792b3625 100644 (file)
@@ -859,8 +859,4 @@ static const int partition_supertx_context_lookup[PARTITION_TYPES] = { -1, 0, 0,
 }  // 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_