bug 1368607 remove unused nsCSSMapping r=dbaron

--HG--
extra : rebase_source : ff8c80ce33b9c2afe39b396c067fc40d23530f5d
This commit is contained in:
Karl Tomlinson 2017-05-30 17:19:39 +12:00
Родитель 94ab0b4d5c
Коммит b93dc1ac06
1 изменённых файлов: 0 добавлений и 12 удалений

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

@ -276,18 +276,6 @@ nsMathMLFrame::ParseNumericValue(const nsString& aString,
aFontSizeInflation);
}
// ================
// Utils to map attributes into CSS rules (work-around to bug 69409 which
// is not scheduled to be fixed anytime soon)
//
struct
nsCSSMapping {
int32_t compatibility;
const nsIAtom* attrAtom;
const char* cssProperty;
};
#if defined(DEBUG) && defined(SHOW_BOUNDING_BOX)
class nsDisplayMathMLBoundingMetrics : public nsDisplayItem {
public: