From 16d2b789afeca53f93e4062994b87451610b5e43 Mon Sep 17 00:00:00 2001 From: "pierre%netscape.com" Date: Sun, 20 Dec 1998 13:16:48 +0000 Subject: [PATCH] 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 --- mozilla/widget/src/mac/nsWindow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/widget/src/mac/nsWindow.h b/mozilla/widget/src/mac/nsWindow.h index 8d6bd685a46..9615bc35328 100644 --- a/mozilla/widget/src/mac/nsWindow.h +++ b/mozilla/widget/src/mac/nsWindow.h @@ -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;