Merge "Remove "tx_type" member from union b_mode_info." into experimental

This commit is contained in:
Ronald S. Bultje
2013-04-05 13:45:48 -07:00
committed by Gerrit Code Review

View 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