mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Removed some compiler warnings
This commit is contained in:
parent
b32c6678b7
commit
0bfd6a27a3
@ -2667,8 +2667,6 @@ NS_IMETHODIMP nsPluginInstanceOwner::CreateWidget(void)
|
||||
windowless);
|
||||
if (NS_OK == rv)
|
||||
{
|
||||
nsIView *view;
|
||||
|
||||
mOwner->GetView(&view);
|
||||
view->GetWidget(mWidget);
|
||||
|
||||
|
@ -2667,8 +2667,6 @@ NS_IMETHODIMP nsPluginInstanceOwner::CreateWidget(void)
|
||||
windowless);
|
||||
if (NS_OK == rv)
|
||||
{
|
||||
nsIView *view;
|
||||
|
||||
mOwner->GetView(&view);
|
||||
view->GetWidget(mWidget);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user