mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
bug 1368607 remove unused nsCSSMapping r=dbaron
--HG-- extra : rebase_source : ff8c80ce33b9c2afe39b396c067fc40d23530f5d
This commit is contained in:
parent
94ab0b4d5c
commit
b93dc1ac06
@ -276,18 +276,6 @@ nsMathMLFrame::ParseNumericValue(const nsString& aString,
|
|||||||
aFontSizeInflation);
|
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)
|
#if defined(DEBUG) && defined(SHOW_BOUNDING_BOX)
|
||||||
class nsDisplayMathMLBoundingMetrics : public nsDisplayItem {
|
class nsDisplayMathMLBoundingMetrics : public nsDisplayItem {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user