rm unused lastCutoffRatio

This commit is contained in:
Zach Pomerantz 2016-10-27 14:38:17 -07:00
parent 20bac5aeef
commit a7d54b8e0a

View file

@ -753,7 +753,6 @@ void AudioMixer::broadcastMixes() {
// ratio of frame spent sleeping / total frame time
((CURRENT_FRAME_RATIO * timeToSleep.count()) / (float) AudioConstants::NETWORK_FRAME_USECS);
float lastCutoffRatio = _performanceThrottlingRatio;
bool hasRatioChanged = false;
if (framesSinceCutoffEvent >= TRAILING_AVERAGE_FRAMES) {