Removed Destroy and added CloseAllWindows

This commit is contained in:
kipp%netscape.com 1998-09-15 00:14:31 +00:00
parent a1b73c9089
commit 3f812f19e0

View File

@ -111,7 +111,6 @@ public:
virtual nsresult CreateToolBar(PRInt32 aWidth);
virtual nsresult CreateStatusBar(PRInt32 aWidth);
void Layout(PRInt32 aWidth, PRInt32 aHeight);
void Destroy();
void Back();
void Forward();
void GoTo(const PRUnichar* aURL);
@ -156,6 +155,8 @@ public:
mApp = aApp;
}
static void CloseAllWindows();
nsViewerApp* mApp;
PRUint32 mChromeMask;