spu(audiobargraph,logo): remove useless var
in audiobargraph it's never even initialised. it is unnecessary since `i_pos` being `-1` suffices to signal absolute positioning mode within the module, and the copy into `p_spu->b_absolute` gets overwritten a few lines further down.
Please register or sign in to comment