remove extra member that wasn't being used.
git-svn-id: svn://10.0.0.236/trunk@26428 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -72,7 +72,6 @@ nsresult nsWindow::QueryInterface(const nsIID& aIID, void** aInstancePtr)
|
||||
nsWindow::nsWindow()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
strcpy(gInstanceClassName, "nsWindow");
|
||||
mFontMetrics = nsnull;
|
||||
mShell = nsnull;
|
||||
mVBox = nsnull;
|
||||
|
||||
@@ -89,8 +89,6 @@ public:
|
||||
// in nsWidget now
|
||||
// virtual PRBool OnResize(nsSizeEvent &aEvent);
|
||||
|
||||
char gInstanceClassName[256];
|
||||
|
||||
protected:
|
||||
|
||||
virtual void InitCallbacks(char * aName = nsnull);
|
||||
|
||||
Reference in New Issue
Block a user