| Index: source/libvpx/vp9/common/vp9_common_data.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_common_data.h (revision 240950)
|
| +++ source/libvpx/vp9/common/vp9_common_data.h (working copy)
|
| @@ -26,7 +26,6 @@
|
| extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZES];
|
| extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
|
| extern const TX_SIZE max_txsize_lookup[BLOCK_SIZES];
|
| -extern const TX_SIZE max_uv_txsize_lookup[BLOCK_SIZES];
|
| extern const TX_SIZE tx_mode_to_biggest_tx_size[TX_MODES];
|
| extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
|
|
|
|
|