diff options
author | Hugh Gallagher <hgallagher1993@gmail.com> | 2017-07-11 21:54:07 +0100 |
---|---|---|
committer | Hugh Gallagher <hgallagher1993@gmail.com> | 2017-07-11 21:54:07 +0100 |
commit | e13daa1e78856bd84f794a944c0622fd7e588748 (patch) | |
tree | e30f6d11b51c52147b97eaf82727f14fd492c9b1 | |
parent | bc1ac6e64cd9735d87e4057f4bbe61023ffc22f5 (diff) | |
download | servo-e13daa1e78856bd84f794a944c0622fd7e588748.tar.gz servo-e13daa1e78856bd84f794a944c0622fd7e588748.zip |
Removed unused import `script_layout_interface::reporter::CSSErrorReporter`
-rw-r--r-- | components/layout_thread/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index b063aa0bca6..0dbad0d1c05 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -81,7 +81,6 @@ use profile_traits::time::{TimerMetadataFrameType, TimerMetadataReflowType}; use script::layout_wrapper::{ServoLayoutElement, ServoLayoutDocument, ServoLayoutNode}; use script_layout_interface::message::{Msg, NewLayoutThreadInfo, Reflow, ReflowQueryType}; use script_layout_interface::message::{ScriptReflow, ReflowComplete}; -use script_layout_interface::reporter::CSSErrorReporter; use script_layout_interface::rpc::{LayoutRPC, MarginStyleResponse, NodeOverflowResponse, OffsetParentResponse}; use script_layout_interface::rpc::TextIndexResponse; use script_layout_interface::wrapper_traits::LayoutNode; |