Remove dead code

This commit is contained in:
Laurent Fasnacht 2014-05-08 07:39:34 +02:00
parent f890ffb1e5
commit ef6ae3e723

View file

@ -318,14 +318,6 @@ int encoder_control_init(encoder_control * const encoder, const config * const c
}
encoder->wpp = encoder->cfg->wpp;
//FIXME: remove
if (encoder->slice_count) {
lcu_at_slice_start(encoder, 0);
lcu_at_slice_end(encoder, 0);
lcu_at_tile_start(encoder, 0);
lcu_at_tile_end(encoder, 0);
}
#ifdef _DEBUG
printf("Tiles columns width:");