Remove unused member variable from nsGfxButtonControlFrame. No bug.

This commit is contained in:
L. David Baron 2012-06-05 15:52:28 -07:00
parent 759c928921
commit 88c9e5abd4

View File

@ -69,7 +69,6 @@ protected:
virtual bool IsInput() { return true; }
private:
nsSize mSuggestedSize;
nsCOMPtr<nsIContent> mTextContent;
};