Removed unused statically-constructed nsVoidArray since the static constructor crashes on startup for me. r=dougt sr=blizzard b=82146

git-svn-id: svn://10.0.0.236/trunk@95689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-05-22 21:00:35 +00:00
parent f954c92506
commit 5b68d18399
2 changed files with 0 additions and 4 deletions

View File

@@ -36,8 +36,6 @@
#include "gtkEmbed.h"
#include "WebBrowserChrome.h"
nsVoidArray WebBrowserChrome::sBrowserList;
WebBrowserChrome::WebBrowserChrome()
{
NS_INIT_REFCNT();

View File

@@ -71,8 +71,6 @@ protected:
nsCOMPtr<nsIWebBrowser> mWebBrowser;
nsCOMPtr<nsIBaseWindow> mBaseWindow;
nsCOMPtr<nsIWebBrowserChrome> mTopWindow;
static nsVoidArray sBrowserList;
};
#endif /* __WebBrowserChrome__ */