Skip to content

Commit 713b48c

Browse files
Zaggy1024awesomekling
authored andcommitted
LibVideo/VP9: Remove unused parser field m_is_compound
1 parent eafc048 commit 713b48c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Userland/Libraries/LibVideo/VP9/Parser.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ class Parser {
236236
TXSize m_tx_size { TX_4x4 };
237237
ReferenceFramePair m_ref_frame;
238238
bool m_is_inter { false };
239-
bool m_is_compound { false };
240239
PredictionMode m_default_intra_mode { PredictionMode::DcPred };
241240
PredictionMode m_y_mode { 0 };
242241
PredictionMode m_block_sub_modes[4];

0 commit comments

Comments
 (0)