diff options
author | Daniel Alley <dalley@redhat.com> | 2020-02-25 00:14:24 -0500 |
---|---|---|
committer | Daniel Alley <dalley@redhat.com> | 2020-02-25 00:14:24 -0500 |
commit | 430a65be07b1cd0b9b4f59ff4a23a687c94cdcbd (patch) | |
tree | 73c2b7da9a0b0a053779570cec29f58782b13256 /components/canvas/lib.rs | |
parent | 145c89a2d49b7a0c2842e99dff65da4d8164bf7d (diff) | |
download | servo-430a65be07b1cd0b9b4f59ff4a23a687c94cdcbd.tar.gz servo-430a65be07b1cd0b9b4f59ff4a23a687c94cdcbd.zip |
Remove azure canvas backend
closes #25833
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index b61e32a63e8..1e5872420bc 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -9,10 +9,6 @@ extern crate bitflags; #[macro_use] extern crate log; -#[cfg(feature = "canvas2d-azure")] -mod azure_backend; - -#[cfg(feature = "canvas2d-raqote")] mod raqote_backend; pub use webgl_mode::WebGLComm; |