diff options
-rw-r--r-- | src/components/gfx/render_task.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/gfx/render_task.rs b/src/components/gfx/render_task.rs index 82a5b04aec3..eb7ab90ef37 100644 --- a/src/components/gfx/render_task.rs +++ b/src/components/gfx/render_task.rs @@ -24,7 +24,6 @@ use std::comm::{Chan, Port, SharedChan}; use extra::arc::Arc; use buffer_map::BufferMap; -use font_context::{FontContext, FontContextInfo}; use display_list::DisplayListCollection; use font_context::{FontContext, FontContextInfo}; use opts::Opts; |