From 88c9e5abd40accebaaad7e9dbf01457665506390 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Tue, 5 Jun 2012 15:52:28 -0700 Subject: [PATCH] Remove unused member variable from nsGfxButtonControlFrame. No bug. --- layout/forms/nsGfxButtonControlFrame.h | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/forms/nsGfxButtonControlFrame.h b/layout/forms/nsGfxButtonControlFrame.h index c9250a8dd5a..2a3ca35b182 100644 --- a/layout/forms/nsGfxButtonControlFrame.h +++ b/layout/forms/nsGfxButtonControlFrame.h @@ -69,7 +69,6 @@ protected: virtual bool IsInput() { return true; } private: - nsSize mSuggestedSize; nsCOMPtr mTextContent; };