Commit ab818f5a authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove comment documented in issue 533

parent 2f98af4b
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4127,7 +4127,6 @@ static void renderBufferChannelLerp(
                /* Otherwise use weighted average between previous and current gain */
                do
                {
                    /* TODO(sgi): This is calculated for each output channel - can be optimised */
                    fadeIn = (float) i / ( outAudio.config.numSamplesPerChannel - 1 );
                    fadeOut = 1.0f - fadeIn;