Removed dead code
git-svn-id: svn://10.0.0.236/trunk@28914 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -60,14 +60,6 @@ nsNativeBrowserWindow::InitNativeWindow()
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
static void MenuProc(PRUint32 aId)
|
||||
{
|
||||
// XXX our menus are horked: we can't support multiple windows!
|
||||
nsBrowserWindow* bw = (nsBrowserWindow*)
|
||||
nsBrowserWindow::gBrowsers.ElementAt(0);
|
||||
bw->DispatchMenuItem(aId);
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsNativeBrowserWindow::CreateMenuBar(PRInt32 aWidth)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user