Bug 1144176 - Remove a useless declaration. r=bholley

This commit is contained in:
Sylvestre Ledru 2015-03-18 14:10:08 +01:00
Родитель 9ad72a9c31
Коммит 57e754e11c
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,6 @@ bool RawReader::DecodeVideoFrame(bool &aKeyframeSkip,
mVideoQueue.Push(v);
mCurrentFrame++;
a.mDecoded++;
currentFrameTime += USECS_PER_S / mFrameRate;
return true;
}