aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r--components/canvas/lib.rs4
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;