servo/components/layout/display_list
bors-servo 886c2fad92
Auto merge of #23477 - est31:unused_code_removal, r=jdm
Remove unused code (1/N)

<!-- Please describe your changes on the following line: -->

First PR in a series of PRs to remove unused/dead code from servo, powered by an (upcoming) tool of mine. Please take a look and tell me if you want to keep something.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they only remove dead code

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23477)
<!-- Reviewable:end -->
2019-06-02 19:43:00 -04:00
..
background.rs Fix servo build. 2019-02-23 21:05:34 -08:00
border.rs layout: Fix servo build. 2019-05-29 16:14:35 +02:00
builder.rs WR update: APIs update 2019-03-22 15:41:48 +08:00
conversions.rs Use type alias enums in layout code 2019-05-27 10:10:10 +02:00
gradient.rs Use type alias enums in layout code 2019-05-27 10:10:10 +02:00
items.rs Remove unused code from gfx and layout crates 2019-05-29 21:51:28 +02:00
mod.rs Remove FlexFlowDisplayListBuilding 2019-01-14 16:10:26 +01:00
webrender_helpers.rs WR update: APIs update 2019-03-22 15:41:48 +08:00