removing IsMenuBarVisible -- it was a mistake, and unused

git-svn-id: svn://10.0.0.236/trunk@40741 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1999-07-22 23:41:50 +00:00
parent 639d772b71
commit 3967f2f182
29 changed files with 1 additions and 132 deletions

View File

@@ -240,15 +240,6 @@ CWebShellContainer::ShowMenuBar(PRBool aShow)
}
NS_IMETHODIMP
CWebShellContainer::IsMenuBarVisible(PRBool *aVisible)
{
NG_TRACE_METHOD(CWebShellContainer::IsMenuBarVisible);
*aVisible = PR_FALSE;
return NS_OK;
}
NS_IMETHODIMP
CWebShellContainer::GetWebShell(nsIWebShell*& aResult)
{