servo/components/style/stylesheets
bors-servo 0d5c6a0c37
Auto merge of #23532 - est31:unused_code_removal_4, r=emilio
Remove unused code (4/4)

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

Fourth and final 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.

* First PR: #23477
* Second PR: #23498
* Third PR: #23499

Shortstat of the combined PR series:
```
47 files changed, 7 insertions(+), 805 deletions(-)
```

---
<!-- 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

<!-- 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/23532)
<!-- Reviewable:end -->
2019-06-07 20:27:53 -04:00
..
counter_style_rule.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
document_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
font_face_rule.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
font_feature_values_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
import_rule.rs Remove unused code from selector and style crates 2019-06-07 15:14:21 +02:00
keyframes_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
loader.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
media_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
mod.rs style: Appease tidy. 2019-06-04 01:04:00 -04:00
namespace_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
origin.rs style: Don't keep two list of stylesheets in ServoStyleSet. 2019-05-07 12:55:26 +02:00
page_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
rule_list.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
rule_parser.rs style: Rustfmt recent changes. 2019-06-04 01:03:59 -04:00
rules_iterator.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
style_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
stylesheet.rs style: Add FFI API to create a StyleSheet backed by shared data. 2019-04-12 12:19:53 +02:00
supports_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00
viewport_rule.rs style: Add derived ToShmem implementations. 2019-04-12 12:19:52 +02:00