bug 1007524 - remove unused gfxFontGroup::Equals method. r=jdaggett

This commit is contained in:
Jonathan Kew 2014-05-13 18:08:26 +01:00
parent 014c71e67b
commit 8e129569ab

View File

@ -3489,11 +3489,6 @@ public:
return mFonts.Length();
}
bool Equals(const gfxFontGroup& other) const {
return mFamilies.Equals(other.mFamilies) &&
mStyle.Equals(other.mStyle);
}
const gfxFontStyle *GetStyle() const { return &mStyle; }
virtual gfxFontGroup *Copy(const gfxFontStyle *aStyle);