зеркало из https://github.com/mozilla/pjs.git
remove extra member that wasn't being used.
This commit is contained in:
Родитель
f040f2fcb4
Коммит
3c0ab316be
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче