servo/components/canvas
bors-servo faf3a183f3
Auto merge of #23499 - est31:unused_code_removal_3, r=jdm
Remove unused code (3/N)

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

Third 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

---
<!-- 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/23499)
<!-- Reviewable:end -->
2019-06-04 02:27:29 -04:00
..
webgl_mode WR update: new viewport semantic 2019-03-22 15:41:48 +08:00
azure_backend.rs Make Azure backend build again. 2019-06-03 00:12:01 -04:00
canvas_data.rs Auto merge of #23499 - est31:unused_code_removal_3, r=jdm 2019-06-04 02:27:29 -04:00
canvas_paint_thread.rs Fix formatting. 2019-06-03 00:12:01 -04:00
Cargo.toml Add cargo feature to control canvas backend. 2019-06-03 00:12:01 -04:00
gl_context.rs Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
lib.rs Add cargo feature to control canvas backend. 2019-06-03 00:12:01 -04:00
raqote_backend.rs Make Azure backend build again. 2019-06-03 00:12:01 -04:00
webgl_thread.rs Add initial support for WebGL compressed textures 2019-05-21 16:56:40 -04:00