Get rid of old comment.

This commit is contained in:
joki%netscape.com 1998-11-12 21:35:46 +00:00
parent b1ee1a8ae9
commit 60dc90b13e

View File

@ -1293,7 +1293,6 @@ nsBrowserWindow::GetBounds(nsRect& aBounds)
NS_IMETHODIMP
nsBrowserWindow::GetWindowBounds(nsRect& aBounds)
{
//XXX This needs to be non-client bounds when it exists.
mWindow->GetBounds(aBounds);
return NS_OK;
}