XULWindow no longer needs to cache the widget size mode. bug 96475 r=hyatt,pchen

This commit is contained in:
danm%netscape.com 2001-09-06 18:35:59 +00:00
parent 6103f92c5d
commit ec27c66397

View File

@ -118,7 +118,6 @@ protected:
PRBool mDebuting; // being made visible right now
PRBool mChromeLoaded; // True when chrome has loaded
PRBool mShowAfterLoad;
PRInt32 mSizeMode;
PRBool mIntrinsicallySized;
PRBool mCenterAfterLoad;
PRBool mIsHiddenWindow;