Remove "tx_type" member from union b_mode_info.
authorRonald S. Bultje <rbultje@google.com>
Fri, 5 Apr 2013 19:36:15 +0000 (12:36 -0700)
committerRonald S. Bultje <rbultje@google.com>
Fri, 5 Apr 2013 19:36:15 +0000 (12:36 -0700)
It is never used.

Change-Id: Ibae898c52c766aabf65868611060f9c38fb85b35

vp9/common/vp9_blockd.h

index 016244b..e28e146 100644 (file)
@@ -192,7 +192,6 @@ typedef enum {
 union b_mode_info {
   struct {
     B_PREDICTION_MODE first;
-    TX_TYPE           tx_type;
 #if CONFIG_NEWBINTRAMODES
     B_PREDICTION_MODE context;
 #endif