Skip to content
  • Lyndon Brown's avatar
    spu(audiobargraph,logo): remove useless var · c8410c7d
    Lyndon Brown authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    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.
    c8410c7d