remove some unused member variables

This commit is contained in:
pavlov%netscape.com 2000-05-15 21:18:57 +00:00
Родитель 1844edcc87
Коммит 13e9078f83
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -121,8 +121,6 @@ NS_IMPL_ISUPPORTS_INHERITED0(nsWindow, nsWidget)
//-------------------------------------------------------------------------
nsWindow::nsWindow()
{
// NS_INIT_REFCNT();
mFontMetrics = nsnull;
mShell = nsnull;
mResized = PR_FALSE;
mVisible = PR_FALSE;
@ -130,7 +128,6 @@ nsWindow::nsWindow()
mLowerLeft = PR_FALSE;
mWindowType = eWindowType_child;
mBorderStyle = eBorderStyle_default;
mFont = nsnull;
mSuperWin = 0;
mMozArea = 0;
mMozAreaClosestParent = 0;

Просмотреть файл

@ -223,14 +223,10 @@ protected:
virtual void InitCallbacks(char * aName = nsnull);
NS_IMETHOD CreateNative(GtkObject *parentWidget);
nsIFontMetrics *mFontMetrics;
PRBool mVisible;
PRBool mDisplayed;
PRBool mIsTooSmall;
// XXX Temporary, should not be caching the font
nsFont * mFont;
// Resize event management
nsRect mResizeRect;
int mResized;