servo/components/layout
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
..
display_list Auto merge of #23477 - est31:unused_code_removal, r=jdm 2019-06-02 19:43:00 -04:00
tests Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
animation.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
block.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
Cargo.toml Upgrade parking_lot to 0.8. 2019-05-25 07:18:06 -04:00
construct.rs Remove ObjectElement 2019-01-14 16:10:27 +01:00
context.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
data.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
flex.rs Remove unused code from gfx and layout crates 2019-05-29 21:51:28 +02:00
floats.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
flow.rs Some further removals 2019-05-30 20:27:19 +02:00
flow_list.rs Some further removals 2019-05-30 20:27:19 +02:00
flow_ref.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
fragment.rs layout: Fix servo build. 2019-05-29 16:14:35 +02:00
generated_content.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
incremental.rs Remove LayoutDamageComputation 2019-01-14 16:10:26 +01:00
inline.rs layout: fix Servo build. 2019-05-07 12:56:10 +02:00
layout_debug.rs Fix deprecation warnings 2019-01-28 11:32:40 +01:00
lib.rs Fix servo build. 2019-02-10 07:23:51 +01:00
linked_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
list_item.rs Remove ListItemFlowDisplayListBuilding 2019-01-14 16:10:26 +01:00
model.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
multicol.rs Remove unused code from gfx and layout crates 2019-05-29 21:51:28 +02:00
opaque_node.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
parallel.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
persistent_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
query.rs Add is_connected flag to node and use it to replace most uses of is_in_doc 2019-04-26 10:17:45 +02:00
sequential.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
table.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_caption.rs Remove unused code from gfx and layout crates 2019-05-29 21:51:28 +02:00
table_cell.rs layout: fix Servo build. 2019-05-07 12:56:10 +02:00
table_colgroup.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_row.rs style: Rename MozLength to Size, and MaxLength to MaxSize. 2019-02-12 02:28:00 +01:00
table_rowgroup.rs Remove BlockFlowDisplayListBuilding 2019-01-14 10:37:41 +01:00
table_wrapper.rs Remove unused code from gfx and layout crates 2019-05-29 21:51:28 +02:00
text.rs layout: fix Servo build. 2019-05-07 12:56:10 +02:00
traversal.rs Some further removals 2019-05-30 20:27:19 +02:00
wrapper.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00