Open Bug 1433429 Opened 6 years ago Updated 2 years ago

Remove the MOZ_TREE_CAIRO conditional, now that building with system cairo is explicitly not supported

Categories

(Core :: Graphics, enhancement, P3)

enhancement

Tracking

()

Tracking Status
firefox60 --- affected

People

(Reporter: jfkthame, Unassigned)

References

Details

(Whiteboard: [gfx-noted])

We have a bunch of code blocks in #ifdef MOZ_TREE_CAIRO (or equivalent). Since that condition is always true -- we no longer support an --enable-system-cairo configure option -- we can remove these conditionals, and any #else fallback codepaths that are now dead.
FYI, --enable-system-cairo is still present in 59b4 and results in a function parameter number compiler error, so it should probably be removed from the configure scripts.
That's bug 1432751, which this follows on from.
Whiteboard: [gfx-noted]
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.