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
parent 23f803274a
commit 8299ec53b3

View File

@ -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;