diff options
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index 37aaef6d150..2fb0ea8b8f5 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -14,7 +14,6 @@ extern crate util; extern crate gleam; extern crate num; extern crate offscreen_gl_context; -extern crate glutin; #[macro_use] extern crate log; |