Removing extra line that sneaked in

This commit is contained in:
peterlubczynski%netscape.com 2002-05-20 04:02:12 +00:00
parent c773201d06
commit 15bc672feb
2 changed files with 0 additions and 4 deletions

View File

@ -1796,8 +1796,6 @@ nsObjectFrame::Paint(nsIPresContext* aPresContext,
PRBool eventHandled = PR_FALSE;
inst->HandleEvent(&pluginEvent, &eventHandled);
mInstanceOwner->ReleasePluginPort((nsPluginPort *)winpos.hwnd);
}
}
}

View File

@ -1796,8 +1796,6 @@ nsObjectFrame::Paint(nsIPresContext* aPresContext,
PRBool eventHandled = PR_FALSE;
inst->HandleEvent(&pluginEvent, &eventHandled);
mInstanceOwner->ReleasePluginPort((nsPluginPort *)winpos.hwnd);
}
}
}