Remove unused member variable from nsGfxButtonControlFrame. No bug.

This commit is contained in:
L. David Baron 2012-06-05 15:52:28 -07:00
Родитель 6241bba96c
Коммит cb20484012
1 изменённых файлов: 0 добавлений и 1 удалений

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

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