Bug 716439 - Followup: remove unused variable 'sf'; r=roc

This commit is contained in:
Ms2ger 2012-05-05 11:00:06 +02:00
parent 6560a2ad1e
commit 34aac6a555

View File

@ -1813,7 +1813,6 @@ CanScrollWithBlitting(nsIFrame* aFrame)
f->IsFrameOfType(nsIFrame::eSVG)) {
return false;
}
nsIScrollableFrame* sf = do_QueryFrame(f);
if (nsLayoutUtils::IsPopup(f))
break;
}