mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Removing unused variable. r=shaver, sr=make-gcc-happy
This commit is contained in:
parent
2224f45384
commit
a733b1435a
@ -327,8 +327,6 @@ nsSize nsVideoFrame::GetIntrinsicSize(nsIRenderingContext *aRenderingContext)
|
|||||||
|
|
||||||
nsHTMLVideoElement* element = static_cast<nsHTMLVideoElement*>(GetContent());
|
nsHTMLVideoElement* element = static_cast<nsHTMLVideoElement*>(GetContent());
|
||||||
if (element) {
|
if (element) {
|
||||||
nsresult rv;
|
|
||||||
|
|
||||||
size = element->GetVideoSize(size);
|
size = element->GetVideoSize(size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user