diff --git a/Userland/Libraries/LibVideo/VP9/Decoder.cpp b/Userland/Libraries/LibVideo/VP9/Decoder.cpp index 8a75293bfe..79bc0dd704 100644 --- a/Userland/Libraries/LibVideo/VP9/Decoder.cpp +++ b/Userland/Libraries/LibVideo/VP9/Decoder.cpp @@ -604,7 +604,6 @@ DecoderErrorOr Decoder::predict_intra(u8 plane, u32 x, u32 y, bool have_le } break; case PredictionMode::DcPred: { - // FIXME: All indices are set equally below, use memset. Intermediate average = 0; if (have_left && have_above) {