Bug 759535 - Cleanup unused variable from Bug 733553. r=joe

This commit is contained in:
Adam Dane [:hobophobe] 2012-05-30 00:25:34 -05:00
Родитель bb1364bdea
Коммит 7095a19e68
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1456,7 +1456,6 @@ RasterImage::AddSourceData(const char *aBuffer, PRUint32 aCount)
// so that there's no gap for anything to miss us.
if (mBytesDecoded == 0) {
// Our previous state may have been animated, so let's clean up
bool wasAnimating = mAnimating;
if (mAnimating) {
StopAnimation();
mAnimating = false;