SBA linear renderer in MASA
There seems to be an unused code in the MASA rendering: function ivas_sba_linear_renderer()
is supposed to be called in ivas_jbm_dec_render()
when st_ivas->renderer_type == RENDERER_SBA_LINEAR_DEC
. However, this condition is never true in MASA.
It is thus proposed to remove the unused code.