removed dead code. Closes #1284

This commit is contained in:
oy 2015-01-18 16:10:25 +01:00
parent 5c83148fc6
commit 952cbd9d3b

View file

@ -123,8 +123,6 @@ float SolveBezier(float x, float p0, float p1, float p2, float p3)
return -s*cos(phi-pi/3) - sub;
}
}
return 0.0f;
}
void CRenderTools::RenderEvalEnvelope(CEnvPoint *pPoints, int NumPoints, int Channels, float Time, float *pResult)