Removing unused variable. r=shaver, sr=make-gcc-happy

This commit is contained in:
Boris Zbarsky 2009-03-31 13:54:27 -04:00
parent 2224f45384
commit a733b1435a

View File

@ -327,8 +327,6 @@ nsSize nsVideoFrame::GetIntrinsicSize(nsIRenderingContext *aRenderingContext)
nsHTMLVideoElement* element = static_cast<nsHTMLVideoElement*>(GetContent());
if (element) {
nsresult rv;
size = element->GetVideoSize(size);
}