summaryrefslogtreecommitdiff
path: root/vp8/encoder/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/block.h')
-rw-r--r--vp8/encoder/block.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vp8/encoder/block.h b/vp8/encoder/block.h
index 7c1261a7f..c18b64f2c 100644
--- a/vp8/encoder/block.h
+++ b/vp8/encoder/block.h
@@ -79,9 +79,7 @@ typedef struct {
int hybrid_pred_diff;
int comp_pred_diff;
int single_pred_diff;
-#if CONFIG_TX_SELECT
int64_t txfm_rd_diff[NB_TXFM_MODES];
-#endif
} PICK_MODE_CONTEXT;
typedef struct {