Remove 'mBounds' that was hidding a recently added member variable with the same name in nsBaseWidget

git-svn-id: svn://10.0.0.236/trunk@16731 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com
1998-12-20 13:16:48 +00:00
parent c64aa75ac1
commit 16d2b789af

View File

@@ -157,8 +157,6 @@ protected:
protected:
nsIWidget* mParent;
// The Widget's bounds in the coordinate system of the parent widget
nsRect mBounds;
PRBool mVisible;
PRBool mEnabled;