Commit 78cd95ad authored by multrus's avatar multrus
Browse files

remove superfluous todo

parent df3e7add
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -180,7 +180,6 @@ static WAVEFILEIN *OpenWav(
    }

    /* skip some potential chunks up to fmt chunk */
    /* todo: merge "bext" reading into this loop */
    while ( strncmp( "fmt ", fmt_chunk.chunkID, 4 ) != 0 )
    {
        uint32_t chunkSize = 0;